#167C6D
A dark, moderate cyan closely aligning with Teal.
About #167C6D
Visually, #167C6D is defined as a moderate cyan. Its closest recognized web color is Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 124, and 109.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 82% cyan, 0% magenta, 12% yellow, and 51% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#167C6D
RGB22, 124, 109
HSL171.2°, 69.9%, 28.6%
CMYK82%, 0%, 12%, 51%
HSV171.2°, 82.3%, 48.6%
LAB46.6, -31.3, 0.3
XYZ10.3, 15.7, 17.0
Decimal1473645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167C6D;
}
.text-color {
color: #167C6D;
}
.border-color {
border: 2px solid #167C6D;
}