Shades of Dark Cyan #0C9288
Tints of Dark Cyan #0C9288
RGB
CMYK
RGB Variations
Color information
#0C9288 (or 0x0C9288) is known color: Dark Cyan. HEX triplet: 0C, 92 and 88. RGB value is (12,146,136). Sum of RGB (Red+Green+Blue) = 12+146+136=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9288 is #F36D77. Grayscale: #686868. Windows color (decimal): -15953272 or 8950284. OLE color: 8950284.
HSL color Cylindrical-coordinate representation of color #0C9288: hue angle of 175.52º 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 #0C9288 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 136 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.43 |
| HSL | 175.52º | 0.85% | 0.31% | - |
| HSV(B) | 175.52º | 0.92% | 0.57% | - |
| XYZ | 14.87 | 22.41 | 26.83 | - |
| YUV | 104.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 136 | 0.92 | 0 | 0.07 | 0.43 | 175.52 | 0.85 | 0.31 |
| Hex | C | 92 | 88 | 5C | 0 | 7 | 2B | B0 | 55 | 1F |
| Octal | 14 | 222 | 210 | 134 | 0 | 7 | 53 | 260 | 125 | 37 |
| Binary | 1100 | 10010010 | 10001000 | 1011100 | 0 | 111 | 101011 | 10110000 | 1010101 | 11111 |
Color Harmonies of #0C9288
Complementary color
Monochromatic Colors of #0C9288
Black with #0C9288
Text Example
Text Example
White with #0C9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9288; }
p { color: rgb(12,146,136); }
H1.HeaderClassName
{
color: #0C9288;
}
.AnyTagClassName
{
color: #0C9288;
}
</style>
background-color css
<style>
a { background-color: #0C9288; }
a { background-color: rgb(12,146,136); }
div.DivClassName
{
background-color: #0C9288;
}
.BgClassName
{
background-color: #0C9288;
}
</style>
border-color css
<style>
span { border-color: #0C9288; }
span { border-color: rgb(12,146,136); }
td.TdClassName
{
border-color: #0C9288;
}
.TagClassName
{
border-color: #0C9288;
}
</style>