#168A83
A dark, vivid cyan closely aligning with Darkcyan.
About #168A83
The precise color #168A83 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkcyan. This translates to an RGB value of rgb(22, 138, 131).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 84% C, 0% M, 5% Y, and 46% K. With a hue angle of 176.4 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#168A83
RGB22, 138, 131
HSL176.4°, 72.5%, 31.4%
CMYK84%, 0%, 5%, 46%
HSV176.4°, 84.1%, 54.1%
LAB51.8, -31.4, -4.9
XYZ13.5, 20.0, 24.6
Decimal1477251
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #168A83;
}
.text-color {
color: #168A83;
}
.border-color {
border: 2px solid #168A83;
}