#B6F0D3
A very light, moderate green closely aligning with Paleturquoise.
About #B6F0D3
The hex code #B6F0D3 represents a beautifully specific shade of green. Designers often compare it to the standard color Paleturquoise. This translates to an RGB value of rgb(182, 240, 211).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 24% cyan, 0% magenta, 12% yellow, and 6% black. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6F0D3
RGB182, 240, 211
HSL150.0°, 65.9%, 82.7%
CMYK24%, 0%, 12%, 6%
HSV150.0°, 24.2%, 94.1%
LAB90.3, -24.1, 8.1
XYZ62.2, 77.0, 73.2
Decimal11989203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.39:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F0D3;
}
.text-color {
color: #B6F0D3;
}
.border-color {
border: 2px solid #B6F0D3;
}