#00B6A8
A dark, vivid cyan closely aligning with Lightseagreen.
About #00B6A8
When working with digital screens, the color #00B6A8 is rendered by mixing light. Its closest recognized web color is Lightseagreen. Its digital footprint relies on 0 parts red, 182 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 8% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00B6A8
RGB0, 182, 168
HSL175.4°, 100.0%, 35.7%
CMYK100%, 0%, 8%, 29%
HSV175.4°, 100.0%, 71.4%
LAB66.7, -41.5, -3.9
XYZ23.8, 36.3, 42.8
Decimal46760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.26:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00B6A8;
}
.text-color {
color: #00B6A8;
}
.border-color {
border: 2px solid #00B6A8;
}