Shades of Dark Cyan #08978E
Tints of Dark Cyan #08978E
RGB
CMYK
RGB Variations
Color information
#08978E (or 0x08978E) is known color: Dark Cyan. HEX triplet: 08, 97 and 8E. RGB value is (8,151,142). Sum of RGB (Red+Green+Blue) = 8+151+142=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #08978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08978E is #F76871. Grayscale: #6B6B6B. Windows color (decimal): -16214130 or 9344776. OLE color: 9344776.
HSL color Cylindrical-coordinate representation of color #08978E: hue angle of 176.22º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08978E is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 151 | 142 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.41 |
| HSL | 176.22º | 0.9% | 0.31% | - |
| HSV(B) | 176.22º | 0.95% | 0.59% | - |
| XYZ | 16.05 | 24.14 | 29.4 | - |
| YUV | 107.22 | 147.62 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 142 | 0.95 | 0 | 0.06 | 0.41 | 176.22 | 0.9 | 0.31 |
| Hex | 8 | 97 | 8E | 5F | 0 | 6 | 29 | B0 | 5A | 1F |
| Octal | 10 | 227 | 216 | 137 | 0 | 6 | 51 | 260 | 132 | 37 |
| Binary | 1000 | 10010111 | 10001110 | 1011111 | 0 | 110 | 101001 | 10110000 | 1011010 | 11111 |
Color Harmonies of #08978E
Complementary color
Monochromatic Colors of #08978E
Black with #08978E
Text Example
Text Example
White with #08978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08978E; }
p { color: rgb(8,151,142); }
H1.HeaderClassName
{
color: #08978E;
}
.AnyTagClassName
{
color: #08978E;
}
</style>
background-color css
<style>
a { background-color: #08978E; }
a { background-color: rgb(8,151,142); }
div.DivClassName
{
background-color: #08978E;
}
.BgClassName
{
background-color: #08978E;
}
</style>
border-color css
<style>
span { border-color: #08978E; }
span { border-color: rgb(8,151,142); }
td.TdClassName
{
border-color: #08978E;
}
.TagClassName
{
border-color: #08978E;
}
</style>