Shades of Dark Cyan #0C868D
Tints of Dark Cyan #0C868D
RGB
CMYK
RGB Variations
Color information
#0C868D (or 0x0C868D) is known color: Dark Cyan. HEX triplet: 0C, 86 and 8D. RGB value is (12,134,141). Sum of RGB (Red+Green+Blue) = 12+134+141=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C868D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C868D is #F37972. Grayscale: #626262. Windows color (decimal): -15956339 or 9274892. OLE color: 9274892.
HSL color Cylindrical-coordinate representation of color #0C868D: hue angle of 183.26º 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 #0C868D is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 134 | 141 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.45 |
| HSL | 183.26º | 0.84% | 0.3% | - |
| HSV(B) | 183.26º | 0.91% | 0.55% | - |
| XYZ | 13.48 | 19.05 | 28.17 | - |
| YUV | 98.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 141 | 0.91 | 0.05 | 0 | 0.45 | 183.26 | 0.84 | 0.3 |
| Hex | C | 86 | 8D | 5B | 5 | 0 | 2D | B7 | 54 | 1E |
| Octal | 14 | 206 | 215 | 133 | 5 | 0 | 55 | 267 | 124 | 36 |
| Binary | 1100 | 10000110 | 10001101 | 1011011 | 101 | 0 | 101101 | 10110111 | 1010100 | 11110 |
Color Harmonies of #0C868D
Complementary color
Monochromatic Colors of #0C868D
Black with #0C868D
Text Example
Text Example
White with #0C868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C868D; }
p { color: rgb(12,134,141); }
H1.HeaderClassName
{
color: #0C868D;
}
.AnyTagClassName
{
color: #0C868D;
}
</style>
background-color css
<style>
a { background-color: #0C868D; }
a { background-color: rgb(12,134,141); }
div.DivClassName
{
background-color: #0C868D;
}
.BgClassName
{
background-color: #0C868D;
}
</style>
border-color css
<style>
span { border-color: #0C868D; }
span { border-color: rgb(12,134,141); }
td.TdClassName
{
border-color: #0C868D;
}
.TagClassName
{
border-color: #0C868D;
}
</style>