Shades of Dark Cyan #0C8E81
Tints of Dark Cyan #0C8E81
RGB
CMYK
RGB Variations
Color information
#0C8E81 (or 0x0C8E81) is known color: Dark Cyan. HEX triplet: 0C, 8E and 81. RGB value is (12,142,129). Sum of RGB (Red+Green+Blue) = 12+142+129=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8E81 is #F3717E. Grayscale: #656565. Windows color (decimal): -15954303 or 8490508. OLE color: 8490508.
HSL color Cylindrical-coordinate representation of color #0C8E81: hue angle of 174º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E81 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 142 | 129 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.44 |
| HSL | 174º | 0.84% | 0.3% | - |
| HSV(B) | 174º | 0.92% | 0.56% | - |
| XYZ | 13.79 | 21.01 | 24.1 | - |
| YUV | 101.65 | 143.43 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 129 | 0.92 | 0 | 0.09 | 0.44 | 174 | 0.84 | 0.3 |
| Hex | C | 8E | 81 | 5C | 0 | 9 | 2C | AE | 54 | 1E |
| Octal | 14 | 216 | 201 | 134 | 0 | 11 | 54 | 256 | 124 | 36 |
| Binary | 1100 | 10001110 | 10000001 | 1011100 | 0 | 1001 | 101100 | 10101110 | 1010100 | 11110 |
Color Harmonies of #0C8E81
Complementary color
Monochromatic Colors of #0C8E81
Black with #0C8E81
Text Example
Text Example
White with #0C8E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8E81; }
p { color: rgb(12,142,129); }
H1.HeaderClassName
{
color: #0C8E81;
}
.AnyTagClassName
{
color: #0C8E81;
}
</style>
background-color css
<style>
a { background-color: #0C8E81; }
a { background-color: rgb(12,142,129); }
div.DivClassName
{
background-color: #0C8E81;
}
.BgClassName
{
background-color: #0C8E81;
}
</style>
border-color css
<style>
span { border-color: #0C8E81; }
span { border-color: rgb(12,142,129); }
td.TdClassName
{
border-color: #0C8E81;
}
.TagClassName
{
border-color: #0C8E81;
}
</style>