#00997C
A dark, vivid cyan closely aligning with Seagreen.
About #00997C
When working with digital screens, the color #00997C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 0 red, 153 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 0% magenta, 19% yellow, and 40% black. With a hue angle of 168.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#00997C
RGB0, 153, 124
HSL168.6°, 100.0%, 30.0%
CMYK100%, 0%, 19%, 40%
HSV168.6°, 100.0%, 60.0%
LAB56.3, -41.4, 5.7
XYZ15.0, 24.2, 23.0
Decimal39292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.85:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00997C;
}
.text-color {
color: #00997C;
}
.border-color {
border: 2px solid #00997C;
}