#1DAFA0
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DAFA0
Visually, #1DAFA0 is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. Its digital footprint relies on 29 parts red, 175 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAFA0
RGB29, 175, 160
HSL173.8°, 71.6%, 40.0%
CMYK83%, 0%, 9%, 31%
HSV173.8°, 83.4%, 68.6%
LAB64.5, -39.3, -2.6
XYZ22.2, 33.5, 38.5
Decimal1945504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.69:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAFA0;
}
.text-color {
color: #1DAFA0;
}
.border-color {
border: 2px solid #1DAFA0;
}