#66BD8A
A medium, moderate green closely aligning with Mediumaquamarine.
About #66BD8A
At its core, #66BD8A is a medium and moderate hue. It is closely associated with the named CSS color Mediumaquamarine. Its digital footprint relies on 102 parts red, 189 parts green, and 138 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 46% Cyan, 0% Magenta, 27% Yellow, and 26% Black. The HSL representation is 144.8° hue, 39.7% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66BD8A
RGB102, 189, 138
HSL144.8°, 39.7%, 57.1%
CMYK46%, 0%, 27%, 26%
HSV144.8°, 46.0%, 74.1%
LAB70.2, -37.9, 17.8
XYZ28.3, 41.1, 30.5
Decimal6733194
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.21:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66BD8A;
}
.text-color {
color: #66BD8A;
}
.border-color {
border: 2px solid #66BD8A;
}