#167C8A
A dark, vivid cyan closely aligning with Teal.
About #167C8A
When working with digital screens, the color #167C8A is rendered by mixing light. Designers often compare it to the standard color Teal. This translates to an RGB value of rgb(22, 124, 138).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 84% cyan and 10% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#167C8A
RGB22, 124, 138
HSL187.2°, 72.5%, 31.4%
CMYK84%, 10%, 0%, 46%
HSV187.2°, 84.1%, 54.1%
LAB47.5, -22.1, -15.5
XYZ12.1, 16.4, 26.6
Decimal1473674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.90:1
Text on #FFFFFF
AA
4.28:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.64:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167C8A;
}
.text-color {
color: #167C8A;
}
.border-color {
border: 2px solid #167C8A;
}