Shades of Dark Cyan #0C8290
Tints of Dark Cyan #0C8290
RGB
CMYK
RGB Variations
Color information
#0C8290 (or 0x0C8290) is known color: Dark Cyan. HEX triplet: 0C, 82 and 90. RGB value is (12,130,144). Sum of RGB (Red+Green+Blue) = 12+130+144=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C8290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8290 is #F37D6F. Grayscale: #606060. Windows color (decimal): -15957360 or 9470476. OLE color: 9470476.
HSL color Cylindrical-coordinate representation of color #0C8290: hue angle of 186.36º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8290 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 130 | 144 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.44 |
| HSL | 186.36º | 0.85% | 0.31% | - |
| HSV(B) | 186.36º | 0.92% | 0.56% | - |
| XYZ | 13.17 | 18.06 | 29.18 | - |
| YUV | 96.31 | 154.91 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 144 | 0.92 | 0.10 | 0 | 0.44 | 186.36 | 0.85 | 0.31 |
| Hex | C | 82 | 90 | 5C | A | 0 | 2C | BA | 55 | 1F |
| Octal | 14 | 202 | 220 | 134 | 12 | 0 | 54 | 272 | 125 | 37 |
| Binary | 1100 | 10000010 | 10010000 | 1011100 | 1010 | 0 | 101100 | 10111010 | 1010101 | 11111 |
Color Harmonies of #0C8290
Complementary color
Monochromatic Colors of #0C8290
Black with #0C8290
Text Example
Text Example
White with #0C8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8290; }
p { color: rgb(12,130,144); }
H1.HeaderClassName
{
color: #0C8290;
}
.AnyTagClassName
{
color: #0C8290;
}
</style>
background-color css
<style>
a { background-color: #0C8290; }
a { background-color: rgb(12,130,144); }
div.DivClassName
{
background-color: #0C8290;
}
.BgClassName
{
background-color: #0C8290;
}
</style>
border-color css
<style>
span { border-color: #0C8290; }
span { border-color: rgb(12,130,144); }
td.TdClassName
{
border-color: #0C8290;
}
.TagClassName
{
border-color: #0C8290;
}
</style>