Shades of Dark Cyan #0A8884
Tints of Dark Cyan #0A8884
RGB
CMYK
RGB Variations
Color information
#0A8884 (or 0x0A8884) is known color: Dark Cyan. HEX triplet: 0A, 88 and 84. RGB value is (10,136,132). Sum of RGB (Red+Green+Blue) = 10+136+132=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8884 is #F5777B. Grayscale: #616161. Windows color (decimal): -16086908 or 8685578. OLE color: 8685578.
HSL color Cylindrical-coordinate representation of color #0A8884: hue angle of 178.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8884 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 132 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.47 |
| HSL | 178.1º | 0.86% | 0.29% | - |
| HSV(B) | 178.1º | 0.93% | 0.53% | - |
| XYZ | 13.09 | 19.34 | 24.87 | - |
| YUV | 97.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 132 | 0.93 | 0 | 0.03 | 0.47 | 178.1 | 0.86 | 0.29 |
| Hex | A | 88 | 84 | 5D | 0 | 3 | 2F | B2 | 56 | 1D |
| Octal | 12 | 210 | 204 | 135 | 0 | 3 | 57 | 262 | 126 | 35 |
| Binary | 1010 | 10001000 | 10000100 | 1011101 | 0 | 11 | 101111 | 10110010 | 1010110 | 11101 |
Color Harmonies of #0A8884
Complementary color
Monochromatic Colors of #0A8884
Black with #0A8884
Text Example
Text Example
White with #0A8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8884; }
p { color: rgb(10,136,132); }
H1.HeaderClassName
{
color: #0A8884;
}
.AnyTagClassName
{
color: #0A8884;
}
</style>
background-color css
<style>
a { background-color: #0A8884; }
a { background-color: rgb(10,136,132); }
div.DivClassName
{
background-color: #0A8884;
}
.BgClassName
{
background-color: #0A8884;
}
</style>
border-color css
<style>
span { border-color: #0A8884; }
span { border-color: rgb(10,136,132); }
td.TdClassName
{
border-color: #0A8884;
}
.TagClassName
{
border-color: #0A8884;
}
</style>