Shades of Dark Cyan #0C8A87
Tints of Dark Cyan #0C8A87
RGB
CMYK
RGB Variations
Color information
#0C8A87 (or 0x0C8A87) is known color: Dark Cyan. HEX triplet: 0C, 8A and 87. RGB value is (12,138,135). Sum of RGB (Red+Green+Blue) = 12+138+135=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8A87 is #F37578. Grayscale: #636363. Windows color (decimal): -15955321 or 8882700. OLE color: 8882700.
HSL color Cylindrical-coordinate representation of color #0C8A87: hue angle of 178.57º 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 #0C8A87 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 135 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.46 |
| HSL | 178.57º | 0.84% | 0.29% | - |
| HSV(B) | 178.57º | 0.91% | 0.54% | - |
| XYZ | 13.61 | 20 | 26.07 | - |
| YUV | 99.98 | 147.76 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 135 | 0.91 | 0 | 0.02 | 0.46 | 178.57 | 0.84 | 0.29 |
| Hex | C | 8A | 87 | 5B | 0 | 2 | 2E | B3 | 54 | 1D |
| Octal | 14 | 212 | 207 | 133 | 0 | 2 | 56 | 263 | 124 | 35 |
| Binary | 1100 | 10001010 | 10000111 | 1011011 | 0 | 10 | 101110 | 10110011 | 1010100 | 11101 |
Color Harmonies of #0C8A87
Complementary color
Monochromatic Colors of #0C8A87
Black with #0C8A87
Text Example
Text Example
White with #0C8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A87; }
p { color: rgb(12,138,135); }
H1.HeaderClassName
{
color: #0C8A87;
}
.AnyTagClassName
{
color: #0C8A87;
}
</style>
background-color css
<style>
a { background-color: #0C8A87; }
a { background-color: rgb(12,138,135); }
div.DivClassName
{
background-color: #0C8A87;
}
.BgClassName
{
background-color: #0C8A87;
}
</style>
border-color css
<style>
span { border-color: #0C8A87; }
span { border-color: rgb(12,138,135); }
td.TdClassName
{
border-color: #0C8A87;
}
.TagClassName
{
border-color: #0C8A87;
}
</style>