Shades of Dark Cyan #08978D
Tints of Dark Cyan #08978D
RGB
CMYK
RGB Variations
Color information
#08978D (or 0x08978D) is known color: Dark Cyan. HEX triplet: 08, 97 and 8D. RGB value is (8,151,141). Sum of RGB (Red+Green+Blue) = 8+151+141=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #08978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08978D is #F76872. Grayscale: #6B6B6B. Windows color (decimal): -16214131 or 9279240. OLE color: 9279240.
HSL color Cylindrical-coordinate representation of color #08978D: hue angle of 175.8º 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 #08978D is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 151 | 141 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.41 |
| HSL | 175.8º | 0.9% | 0.31% | - |
| HSV(B) | 175.8º | 0.95% | 0.59% | - |
| XYZ | 15.97 | 24.11 | 29.01 | - |
| YUV | 107.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 141 | 0.95 | 0 | 0.07 | 0.41 | 175.8 | 0.9 | 0.31 |
| Hex | 8 | 97 | 8D | 5F | 0 | 7 | 29 | B0 | 5A | 1F |
| Octal | 10 | 227 | 215 | 137 | 0 | 7 | 51 | 260 | 132 | 37 |
| Binary | 1000 | 10010111 | 10001101 | 1011111 | 0 | 111 | 101001 | 10110000 | 1011010 | 11111 |
Color Harmonies of #08978D
Complementary color
Monochromatic Colors of #08978D
Black with #08978D
Text Example
Text Example
White with #08978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08978D; }
p { color: rgb(8,151,141); }
H1.HeaderClassName
{
color: #08978D;
}
.AnyTagClassName
{
color: #08978D;
}
</style>
background-color css
<style>
a { background-color: #08978D; }
a { background-color: rgb(8,151,141); }
div.DivClassName
{
background-color: #08978D;
}
.BgClassName
{
background-color: #08978D;
}
</style>
border-color css
<style>
span { border-color: #08978D; }
span { border-color: rgb(8,151,141); }
td.TdClassName
{
border-color: #08978D;
}
.TagClassName
{
border-color: #08978D;
}
</style>