#66FFBD
A light, vivid green closely aligning with Aquamarine.
About #66FFBD
When working with digital screens, the color #66FFBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(102, 255, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 0% magenta, 26% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66FFBD
RGB102, 255, 189
HSL154.1°, 100.0%, 70.0%
CMYK60%, 0%, 26%, 0%
HSV154.1°, 60.0%, 100.0%
LAB90.8, -55.5, 19.7
XYZ50.4, 78.0, 60.5
Decimal6750141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.60:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FFBD;
}
.text-color {
color: #66FFBD;
}
.border-color {
border: 2px solid #66FFBD;
}