#1D755F
A dark, moderate cyan closely aligning with Teal.
About #1D755F
Visually, #1D755F is defined as a moderate cyan. It is closely associated with the named CSS color Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 117, and 95.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 75% cyan, 0% magenta, 19% yellow, and 54% black. The HSL representation is 165.0° hue, 60.3% saturation, and 28.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D755F
RGB29, 117, 95
HSL165.0°, 60.3%, 28.6%
CMYK75%, 0%, 19%, 54%
HSV165.0°, 75.2%, 45.9%
LAB44.0, -31.1, 4.8
XYZ8.9, 13.8, 13.0
Decimal1930591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.58:1
Text on #FFFFFF
AA
3.76:1
Text on #000000
AA Large
5.34:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D755F;
}
.text-color {
color: #1D755F;
}
.border-color {
border: 2px solid #1D755F;
}