#B6FFCC
A very light, vivid green closely aligning with Aquamarine.
About #B6FFCC
When working with digital screens, the color #B6FFCC is rendered by mixing light. 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 182, 255, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 29% Cyan, 0% Magenta, 20% Yellow, and 0% Black. The HSL representation is 138.1° hue, 100.0% saturation, and 85.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6FFCC
RGB182, 255, 204
HSL138.1°, 100.0%, 85.7%
CMYK29%, 0%, 20%, 0%
HSV138.1°, 28.6%, 100.0%
LAB94.2, -32.5, 17.3
XYZ66.0, 85.8, 70.2
Decimal11993036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.16:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6FFCC;
}
.text-color {
color: #B6FFCC;
}
.border-color {
border: 2px solid #B6FFCC;
}