#0799A8
A dark, vivid cyan closely aligning with Darkcyan.
About #0799A8
Visually, #0799A8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Darkcyan. This translates to an RGB value of rgb(7, 153, 168).
Translating this color to physical media requires the CMYK color model. The color uses 96% Cyan, 9% Magenta, 0% Yellow, and 34% Black. With a hue angle of 185.6 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0799A8
RGB7, 153, 168
HSL185.6°, 92.0%, 34.3%
CMYK96%, 9%, 0%, 34%
HSV185.6°, 95.8%, 65.9%
LAB57.7, -27.7, -17.4
XYZ18.5, 25.7, 41.0
Decimal498088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.13:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0799A8;
}
.text-color {
color: #0799A8;
}
.border-color {
border: 2px solid #0799A8;
}