#66E9A8
A light, vivid green closely aligning with Aquamarine.
About #66E9A8
At its core, #66E9A8 is a light and vivid hue. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(102, 233, 168).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 56% cyan, 0% magenta, 28% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
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#66E9A8
RGB102, 233, 168
HSL150.2°, 74.9%, 65.7%
CMYK56%, 0%, 28%, 9%
HSV150.2°, 56.2%, 91.4%
LAB83.9, -50.8, 20.9
XYZ41.7, 63.9, 47.2
Decimal6744488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.79:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E9A8;
}
.text-color {
color: #66E9A8;
}
.border-color {
border: 2px solid #66E9A8;
}