#0792A0
A dark, vivid cyan closely aligning with Darkcyan.
About #0792A0
Visually, #0792A0 is defined as a vivid cyan. Its closest recognized web color is Darkcyan. In the RGB color space, it consists of 7 red, 146 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 96% Cyan, 9% Magenta, 0% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0792A0
RGB7, 146, 160
HSL185.5°, 91.6%, 32.7%
CMYK96%, 9%, 0%, 37%
HSV185.5°, 95.6%, 62.7%
LAB55.2, -26.9, -16.6
XYZ16.7, 23.1, 36.8
Decimal496288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.63:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0792A0;
}
.text-color {
color: #0792A0;
}
.border-color {
border: 2px solid #0792A0;
}