#167C57
A dark, moderate green closely aligning with Seagreen.
About #167C57
At its core, #167C57 is a dark and moderate hue. Its closest recognized web color is Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 124, and 87.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. The HSL representation is 158.2° hue, 69.9% saturation, and 28.6% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#167C57
RGB22, 124, 87
HSL158.2°, 69.9%, 28.6%
CMYK82%, 0%, 30%, 51%
HSV158.2°, 82.3%, 48.6%
LAB46.0, -37.2, 12.4
XYZ9.3, 15.3, 11.5
Decimal1473623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167C57;
}
.text-color {
color: #167C57;
}
.border-color {
border: 2px solid #167C57;
}