Shades of Dark Cyan #0C9286
Tints of Dark Cyan #0C9286
RGB
CMYK
RGB Variations
Color information
#0C9286 (or 0x0C9286) is known color: Dark Cyan. HEX triplet: 0C, 92 and 86. RGB value is (12,146,134). Sum of RGB (Red+Green+Blue) = 12+146+134=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9286 is #F36D79. Grayscale: #686868. Windows color (decimal): -15953274 or 8819212. OLE color: 8819212.
HSL color Cylindrical-coordinate representation of color #0C9286: hue angle of 174.63º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9286 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 134 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.43 |
| HSL | 174.63º | 0.85% | 0.31% | - |
| HSV(B) | 174.63º | 0.92% | 0.57% | - |
| XYZ | 14.73 | 22.36 | 26.09 | - |
| YUV | 104.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 134 | 0.92 | 0 | 0.08 | 0.43 | 174.63 | 0.85 | 0.31 |
| Hex | C | 92 | 86 | 5C | 0 | 8 | 2B | AF | 55 | 1F |
| Octal | 14 | 222 | 206 | 134 | 0 | 10 | 53 | 257 | 125 | 37 |
| Binary | 1100 | 10010010 | 10000110 | 1011100 | 0 | 1000 | 101011 | 10101111 | 1010101 | 11111 |
Color Harmonies of #0C9286
Complementary color
Monochromatic Colors of #0C9286
Black with #0C9286
Text Example
Text Example
White with #0C9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9286; }
p { color: rgb(12,146,134); }
H1.HeaderClassName
{
color: #0C9286;
}
.AnyTagClassName
{
color: #0C9286;
}
</style>
background-color css
<style>
a { background-color: #0C9286; }
a { background-color: rgb(12,146,134); }
div.DivClassName
{
background-color: #0C9286;
}
.BgClassName
{
background-color: #0C9286;
}
</style>
border-color css
<style>
span { border-color: #0C9286; }
span { border-color: rgb(12,146,134); }
td.TdClassName
{
border-color: #0C9286;
}
.TagClassName
{
border-color: #0C9286;
}
</style>