#66F8C5
A light, vivid green closely aligning with Aquamarine.
About #66F8C5
The precise color #66F8C5 is an excellent choice for modern design projects. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 102 red, 248 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 59% cyan, 0% magenta, 21% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66F8C5
RGB102, 248, 197
HSL159.0°, 91.3%, 68.6%
CMYK59%, 0%, 21%, 3%
HSV159.0°, 58.9%, 97.3%
LAB88.9, -51.0, 12.9
XYZ49.1, 74.0, 64.5
Decimal6748357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.80:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F8C5;
}
.text-color {
color: #66F8C5;
}
.border-color {
border: 2px solid #66F8C5;
}