#B6F8C5
A very light, vivid green closely aligning with Aquamarine.
About #B6F8C5
When working with digital screens, the color #B6F8C5 is rendered by mixing light. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(182, 248, 197).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 27% cyan, 0% magenta, 21% yellow, and 3% black. The HSL representation is 133.6° hue, 82.5% saturation, and 84.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#B6F8C5
RGB182, 248, 197
HSL133.6°, 82.5%, 84.3%
CMYK27%, 0%, 21%, 3%
HSV133.6°, 26.6%, 97.3%
LAB92.2, -30.5, 18.0
XYZ62.9, 81.1, 65.2
Decimal11991237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.22:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F8C5;
}
.text-color {
color: #B6F8C5;
}
.border-color {
border: 2px solid #B6F8C5;
}