#00928A
A dark, vivid cyan closely aligning with Darkcyan.
About #00928A
The precise color #00928A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkcyan. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 146, and 138.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 5% Yellow, and 43% Black. With a hue angle of 176.7 degrees, it sits comfortably in the cyan spectrum.
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#00928A
RGB0, 146, 138
HSL176.7°, 100.0%, 28.6%
CMYK100%, 0%, 5%, 43%
HSV176.7°, 100.0%, 57.3%
LAB54.4, -34.2, -5.1
XYZ14.9, 22.4, 27.6
Decimal37514
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00928A;
}
.text-color {
color: #00928A;
}
.border-color {
border: 2px solid #00928A;
}