#66E9B6
A light, vivid green closely aligning with Aquamarine.
About #66E9B6
At its core, #66E9B6 is a light and vivid hue. It is closely associated with the named CSS color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 233, and 182.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. With a hue angle of 156.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66E9B6
RGB102, 233, 182
HSL156.6°, 74.9%, 65.7%
CMYK56%, 0%, 22%, 9%
HSV156.6°, 56.2%, 91.4%
LAB84.2, -47.9, 14.1
XYZ43.1, 64.5, 54.4
Decimal6744502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.90:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E9B6;
}
.text-color {
color: #66E9B6;
}
.border-color {
border: 2px solid #66E9B6;
}