Shades of Dark Cyan #0C868C
Tints of Dark Cyan #0C868C
RGB
CMYK
RGB Variations
Color information
#0C868C (or 0x0C868C) is known color: Dark Cyan. HEX triplet: 0C, 86 and 8C. RGB value is (12,134,140). Sum of RGB (Red+Green+Blue) = 12+134+140=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C868C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C868C is #F37973. Grayscale: #626262. Windows color (decimal): -15956340 or 9209356. OLE color: 9209356.
HSL color Cylindrical-coordinate representation of color #0C868C: hue angle of 182.81º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C868C is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 134 | 140 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.45 |
| HSL | 182.81º | 0.84% | 0.3% | - |
| HSV(B) | 182.81º | 0.91% | 0.55% | - |
| XYZ | 13.41 | 19.02 | 27.78 | - |
| YUV | 98.21 | 151.58 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 140 | 0.91 | 0.04 | 0 | 0.45 | 182.81 | 0.84 | 0.3 |
| Hex | C | 86 | 8C | 5B | 4 | 0 | 2D | B7 | 54 | 1E |
| Octal | 14 | 206 | 214 | 133 | 4 | 0 | 55 | 267 | 124 | 36 |
| Binary | 1100 | 10000110 | 10001100 | 1011011 | 100 | 0 | 101101 | 10110111 | 1010100 | 11110 |
Color Harmonies of #0C868C
Complementary color
Monochromatic Colors of #0C868C
Black with #0C868C
Text Example
Text Example
White with #0C868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C868C; }
p { color: rgb(12,134,140); }
H1.HeaderClassName
{
color: #0C868C;
}
.AnyTagClassName
{
color: #0C868C;
}
</style>
background-color css
<style>
a { background-color: #0C868C; }
a { background-color: rgb(12,134,140); }
div.DivClassName
{
background-color: #0C868C;
}
.BgClassName
{
background-color: #0C868C;
}
</style>
border-color css
<style>
span { border-color: #0C868C; }
span { border-color: rgb(12,134,140); }
td.TdClassName
{
border-color: #0C868C;
}
.TagClassName
{
border-color: #0C868C;
}
</style>