#1D7C7C
A dark, moderate cyan closely aligning with Teal.
About #1D7C7C
At its core, #1D7C7C is a dark and moderate hue. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 29 red, 124 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 77% C, 0% M, 0% Y, and 51% K. The HSL representation is 180.0° hue, 62.1% saturation, and 30.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D7C7C
RGB29, 124, 124
HSL180.0°, 62.1%, 30.0%
CMYK77%, 0%, 0%, 51%
HSV180.0°, 76.6%, 48.6%
LAB47.1, -25.9, -7.7
XYZ11.4, 16.1, 21.6
Decimal1932412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.97:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.75:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7C7C;
}
.text-color {
color: #1D7C7C;
}
.border-color {
border: 2px solid #1D7C7C;
}