#00B6BD
A dark, vivid cyan closely aligning with Lightseagreen.
About #00B6BD
Visually, #00B6BD is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Lightseagreen. In the RGB color space, it consists of 0 red, 182 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 100% cyan and 4% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00B6BD
RGB0, 182, 189
HSL182.2°, 100.0%, 37.1%
CMYK100%, 4%, 0%, 26%
HSV182.2°, 100.0%, 74.1%
LAB67.4, -35.2, -14.5
XYZ25.9, 37.1, 53.9
Decimal46781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.43:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00B6BD;
}
.text-color {
color: #00B6BD;
}
.border-color {
border: 2px solid #00B6BD;
}