#1D7C75
A dark, moderate cyan closely aligning with Teal.
About #1D7C75
At its core, #1D7C75 is a dark and moderate hue. Designers often compare it to the standard color Teal. This translates to an RGB value of rgb(29, 124, 117).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. The HSL representation is 175.6° hue, 62.1% saturation, and 30.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D7C75
RGB29, 124, 117
HSL175.6°, 62.1%, 30.0%
CMYK77%, 0%, 6%, 51%
HSV175.6°, 76.6%, 48.6%
LAB46.9, -28.1, -3.9
XYZ10.9, 16.0, 19.3
Decimal1932405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.01:1
Text on #FFFFFF
AA
4.19:1
Text on #000000
AA Large
4.79:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7C75;
}
.text-color {
color: #1D7C75;
}
.border-color {
border: 2px solid #1D7C75;
}