#167C7C
A dark, moderate cyan closely aligning with Teal.
About #167C7C
At its core, #167C7C 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, 124 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#167C7C
RGB22, 124, 124
HSL180.0°, 69.9%, 28.6%
CMYK82%, 0%, 0%, 51%
HSV180.0°, 82.3%, 48.6%
LAB47.0, -26.7, -7.9
XYZ11.2, 16.0, 21.6
Decimal1473660
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.99:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.77:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167C7C;
}
.text-color {
color: #167C7C;
}
.border-color {
border: 2px solid #167C7C;
}