#66E9BD
A light, vivid green closely aligning with Aquamarine.
About #66E9BD
Visually, #66E9BD is defined as a vivid green. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(102, 233, 189).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 56% cyan, 0% magenta, 19% yellow, and 9% black. With a hue angle of 159.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66E9BD
RGB102, 233, 189
HSL159.8°, 74.9%, 65.7%
CMYK56%, 0%, 19%, 9%
HSV159.8°, 56.2%, 91.4%
LAB84.4, -46.4, 10.6
XYZ43.8, 64.8, 58.3
Decimal6744509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.96:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E9BD;
}
.text-color {
color: #66E9BD;
}
.border-color {
border: 2px solid #66E9BD;
}