#075F42
A dark, vivid green closely aligning with Seagreen.
About #075F42
When working with digital screens, the color #075F42 is rendered by mixing light. Its closest recognized web color is Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 95, and 66.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 93% Cyan, 0% Magenta, 31% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075F42
RGB7, 95, 66
HSL160.2°, 86.3%, 20.0%
CMYK93%, 0%, 31%, 63%
HSV160.2°, 92.6%, 37.3%
LAB35.2, -31.5, 10.0
XYZ5.2, 8.6, 6.5
Decimal483138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.71:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.37:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075F42;
}
.text-color {
color: #075F42;
}
.border-color {
border: 2px solid #075F42;
}