#078392
A dark, vivid cyan closely aligning with Teal.
About #078392
When working with digital screens, the color #078392 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 131, and 146.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 95% cyan and 10% magenta inks. With a hue angle of 186.5 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#078392
RGB7, 131, 146
HSL186.5°, 90.8%, 30.0%
CMYK95%, 10%, 0%, 43%
HSV186.5°, 95.2%, 57.3%
LAB49.9, -24.0, -16.5
XYZ13.4, 18.4, 30.0
Decimal492434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA Large
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #078392;
}
.text-color {
color: #078392;
}
.border-color {
border: 2px solid #078392;
}