#167566
A dark, moderate cyan closely aligning with Teal.
About #167566
At its core, #167566 is a dark and moderate hue. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 22 red, 117 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 81% cyan, 0% magenta, 13% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#167566
RGB22, 117, 102
HSL170.5°, 68.3%, 27.3%
CMYK81%, 0%, 13%, 54%
HSV170.5°, 81.2%, 45.9%
LAB44.0, -30.1, 0.7
XYZ9.1, 13.9, 14.8
Decimal1471846
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167566;
}
.text-color {
color: #167566;
}
.border-color {
border: 2px solid #167566;
}