#66E2B6
A light, moderate green closely aligning with Mediumaquamarine.
About #66E2B6
At its core, #66E2B6 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. In the RGB color space, it consists of 102 red, 226 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 55% cyan, 0% magenta, 19% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66E2B6
RGB102, 226, 182
HSL158.7°, 68.1%, 64.3%
CMYK55%, 0%, 19%, 11%
HSV158.7°, 54.9%, 88.6%
LAB82.2, -44.9, 11.1
XYZ41.1, 60.6, 53.8
Decimal6742710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.12:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E2B6;
}
.text-color {
color: #66E2B6;
}
.border-color {
border: 2px solid #66E2B6;
}