#168383
A dark, vivid cyan closely aligning with Teal.
About #168383
The hex code #168383 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Teal. In the RGB color space, it consists of 22 red, 131 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 83% C, 0% M, 0% Y, and 49% K. The HSL representation is 180.0° hue, 71.2% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#168383
RGB22, 131, 131
HSL180.0°, 71.2%, 30.0%
CMYK83%, 0%, 0%, 49%
HSV180.0°, 83.2%, 51.4%
LAB49.5, -28.0, -8.3
XYZ12.5, 18.0, 24.3
Decimal1475459
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.36:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #168383;
}
.text-color {
color: #168383;
}
.border-color {
border: 2px solid #168383;
}