Shades of Dark Cyan #0A8488
Tints of Dark Cyan #0A8488
RGB
CMYK
RGB Variations
Color information
#0A8488 (or 0x0A8488) is known color: Dark Cyan. HEX triplet: 0A, 84 and 88. RGB value is (10,132,136). Sum of RGB (Red+Green+Blue) = 10+132+136=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A8488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8488 is #F57B77. Grayscale: #5F5F5F. Windows color (decimal): -16087928 or 8946698. OLE color: 8946698.
HSL color Cylindrical-coordinate representation of color #0A8488: hue angle of 181.9º 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 #0A8488 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 132 | 136 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.47 |
| HSL | 181.9º | 0.86% | 0.29% | - |
| HSV(B) | 181.9º | 0.93% | 0.53% | - |
| XYZ | 12.82 | 18.34 | 26.16 | - |
| YUV | 95.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 136 | 0.93 | 0.03 | 0 | 0.47 | 181.9 | 0.86 | 0.29 |
| Hex | A | 84 | 88 | 5D | 3 | 0 | 2F | B6 | 56 | 1D |
| Octal | 12 | 204 | 210 | 135 | 3 | 0 | 57 | 266 | 126 | 35 |
| Binary | 1010 | 10000100 | 10001000 | 1011101 | 11 | 0 | 101111 | 10110110 | 1010110 | 11101 |
Color Harmonies of #0A8488
Complementary color
Monochromatic Colors of #0A8488
Black with #0A8488
Text Example
Text Example
White with #0A8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8488; }
p { color: rgb(10,132,136); }
H1.HeaderClassName
{
color: #0A8488;
}
.AnyTagClassName
{
color: #0A8488;
}
</style>
background-color css
<style>
a { background-color: #0A8488; }
a { background-color: rgb(10,132,136); }
div.DivClassName
{
background-color: #0A8488;
}
.BgClassName
{
background-color: #0A8488;
}
</style>
border-color css
<style>
span { border-color: #0A8488; }
span { border-color: rgb(10,132,136); }
td.TdClassName
{
border-color: #0A8488;
}
.TagClassName
{
border-color: #0A8488;
}
</style>