#3ABDB6
A medium, moderate cyan closely aligning with Lightseagreen.
About #3ABDB6
The hex code #3ABDB6 represents a beautifully specific shade of cyan. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(58, 189, 182).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 69% C, 0% M, 4% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#3ABDB6
RGB58, 189, 182
HSL176.8°, 53.0%, 48.4%
CMYK69%, 0%, 4%, 26%
HSV176.8°, 69.3%, 74.1%
LAB69.9, -36.2, -6.7
XYZ28.4, 40.7, 50.6
Decimal3849654
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.13:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABDB6;
}
.text-color {
color: #3ABDB6;
}
.border-color {
border: 2px solid #3ABDB6;
}