#1D7C66
A dark, moderate cyan closely aligning with Teal.
About #1D7C66
Visually, #1D7C66 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, 124, and 102.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. With a hue angle of 166.1 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#1D7C66
RGB29, 124, 102
HSL166.1°, 62.1%, 30.0%
CMYK77%, 0%, 18%, 51%
HSV166.1°, 76.6%, 48.6%
LAB46.5, -32.4, 4.3
XYZ10.1, 15.6, 15.1
Decimal1932390
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.09:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.86:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7C66;
}
.text-color {
color: #1D7C66;
}
.border-color {
border: 2px solid #1D7C66;
}