#0F8A6D
A dark, vivid cyan closely aligning with Seagreen.
About #0F8A6D
Visually, #0F8A6D is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 138, and 109.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 89% cyan, 0% magenta, 21% yellow, and 46% black. This makes it a relatively light 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 #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F8A6D
RGB15, 138, 109
HSL165.9°, 80.4%, 30.0%
CMYK89%, 0%, 21%, 46%
HSV165.9°, 89.1%, 54.1%
LAB51.1, -38.2, 6.9
XYZ12.0, 19.4, 17.6
Decimal1018477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A6D;
}
.text-color {
color: #0F8A6D;
}
.border-color {
border: 2px solid #0F8A6D;
}