#1DB6B6
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DB6B6
Visually, #1DB6B6 is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 182, and 182.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 84% cyan and 0% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DB6B6
RGB29, 182, 182
HSL180.0°, 72.5%, 41.4%
CMYK84%, 0%, 0%, 29%
HSV180.0°, 84.1%, 71.4%
LAB67.3, -36.0, -10.7
XYZ25.7, 37.1, 50.1
Decimal1947318
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.42: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: #1DB6B6;
}
.text-color {
color: #1DB6B6;
}
.border-color {
border: 2px solid #1DB6B6;
}