#66D3A0
A light, moderate green closely aligning with Mediumaquamarine.
About #66D3A0
At its core, #66D3A0 is a light and moderate hue. Its closest recognized web color is Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 211, and 160.
If you are designing for print, the four-color process is what matters most. The color uses 52% Cyan, 0% Magenta, 24% Yellow, and 17% Black. With a hue angle of 151.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66D3A0
RGB102, 211, 160
HSL151.9°, 55.3%, 61.4%
CMYK52%, 0%, 24%, 17%
HSV151.9°, 51.7%, 82.7%
LAB77.3, -43.2, 15.8
XYZ35.1, 52.0, 41.4
Decimal6738848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.39:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D3A0;
}
.text-color {
color: #66D3A0;
}
.border-color {
border: 2px solid #66D3A0;
}