#007C5F
A dark, vivid cyan closely aligning with Seagreen.
About #007C5F
The hex code #007C5F represents a beautifully specific shade of cyan. Designers often compare it to the standard color Seagreen. This translates to an RGB value of rgb(0, 124, 95).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 23% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#007C5F
RGB0, 124, 95
HSL166.0°, 100.0%, 24.3%
CMYK100%, 0%, 23%, 51%
HSV166.0°, 100.0%, 48.6%
LAB46.0, -36.9, 7.6
XYZ9.3, 15.2, 13.3
Decimal31839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C5F;
}
.text-color {
color: #007C5F;
}
.border-color {
border: 2px solid #007C5F;
}