#168375
A dark, vivid cyan closely aligning with Teal.
About #168375
Visually, #168375 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(22, 131, 117).
If you are designing for print, the four-color process is what matters most. The color uses 83% Cyan, 0% Magenta, 11% Yellow, and 49% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#168375
RGB22, 131, 117
HSL172.3°, 71.2%, 30.0%
CMYK83%, 0%, 11%, 49%
HSV172.3°, 83.2%, 51.4%
LAB49.1, -32.2, -0.7
XYZ11.7, 17.7, 19.6
Decimal1475445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.63:1
Text on #FFFFFF
AA
4.54:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #168375;
}
.text-color {
color: #168375;
}
.border-color {
border: 2px solid #168375;
}