#00C5B6
A dark, vivid cyan closely aligning with Lightseagreen.
About #00C5B6
When working with digital screens, the color #00C5B6 is rendered by mixing light. Its closest recognized web color is Lightseagreen. Its digital footprint relies on 0 parts red, 197 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 175.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark 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#00C5B6
RGB0, 197, 182
HSL175.4°, 100.0%, 38.6%
CMYK100%, 0%, 8%, 23%
HSV175.4°, 100.0%, 77.3%
LAB71.8, -44.0, -4.1
XYZ28.4, 43.3, 51.1
Decimal50614
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.66:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00C5B6;
}
.text-color {
color: #00C5B6;
}
.border-color {
border: 2px solid #00C5B6;
}