Shades of Dark Cyan #0C8289
Tints of Dark Cyan #0C8289
RGB
CMYK
RGB Variations
Color information
#0C8289 (or 0x0C8289) is known color: Dark Cyan. HEX triplet: 0C, 82 and 89. RGB value is (12,130,137). Sum of RGB (Red+Green+Blue) = 12+130+137=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C8289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8289 is #F37D76. Grayscale: #5F5F5F. Windows color (decimal): -15957367 or 9011724. OLE color: 9011724.
HSL color Cylindrical-coordinate representation of color #0C8289: hue angle of 183.36º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8289 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 130 | 137 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.46 |
| HSL | 183.36º | 0.84% | 0.29% | - |
| HSV(B) | 183.36º | 0.91% | 0.54% | - |
| XYZ | 12.65 | 17.85 | 26.45 | - |
| YUV | 95.52 | 151.41 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 137 | 0.91 | 0.05 | 0 | 0.46 | 183.36 | 0.84 | 0.29 |
| Hex | C | 82 | 89 | 5B | 5 | 0 | 2E | B7 | 54 | 1D |
| Octal | 14 | 202 | 211 | 133 | 5 | 0 | 56 | 267 | 124 | 35 |
| Binary | 1100 | 10000010 | 10001001 | 1011011 | 101 | 0 | 101110 | 10110111 | 1010100 | 11101 |
Color Harmonies of #0C8289
Complementary color
Monochromatic Colors of #0C8289
Black with #0C8289
Text Example
Text Example
White with #0C8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8289; }
p { color: rgb(12,130,137); }
H1.HeaderClassName
{
color: #0C8289;
}
.AnyTagClassName
{
color: #0C8289;
}
</style>
background-color css
<style>
a { background-color: #0C8289; }
a { background-color: rgb(12,130,137); }
div.DivClassName
{
background-color: #0C8289;
}
.BgClassName
{
background-color: #0C8289;
}
</style>
border-color css
<style>
span { border-color: #0C8289; }
span { border-color: rgb(12,130,137); }
td.TdClassName
{
border-color: #0C8289;
}
.TagClassName
{
border-color: #0C8289;
}
</style>