#007C50
A dark, vivid green closely aligning with Seagreen.
About #007C50
The hex code #007C50 represents a beautifully specific shade of green. Its closest recognized web color is Seagreen. This translates to an RGB value of rgb(0, 124, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 0% magenta, 35% 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#007C50
RGB0, 124, 80
HSL158.7°, 100.0%, 24.3%
CMYK100%, 0%, 35%, 51%
HSV158.7°, 100.0%, 48.6%
LAB45.6, -40.7, 15.9
XYZ8.7, 15.0, 10.0
Decimal31824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.25:1
Text on #FFFFFF
AA
4.00:1
Text on #000000
AA Large
5.02:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C50;
}
.text-color {
color: #007C50;
}
.border-color {
border: 2px solid #007C50;
}