Shades of Dark Cyan #0A8589
Tints of Dark Cyan #0A8589
RGB
CMYK
RGB Variations
Color information
#0A8589 (or 0x0A8589) is known color: Dark Cyan. HEX triplet: 0A, 85 and 89. RGB value is (10,133,137). Sum of RGB (Red+Green+Blue) = 10+133+137=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A8589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8589 is #F57A76. Grayscale: #606060. Windows color (decimal): -16087671 or 9012490. OLE color: 9012490.
HSL color Cylindrical-coordinate representation of color #0A8589: hue angle of 181.89º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8589 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 133 | 137 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.46 |
| HSL | 181.89º | 0.86% | 0.29% | - |
| HSV(B) | 181.89º | 0.93% | 0.54% | - |
| XYZ | 13.03 | 18.65 | 26.58 | - |
| YUV | 96.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 137 | 0.93 | 0.03 | 0 | 0.46 | 181.89 | 0.86 | 0.29 |
| Hex | A | 85 | 89 | 5D | 3 | 0 | 2E | B6 | 56 | 1D |
| Octal | 12 | 205 | 211 | 135 | 3 | 0 | 56 | 266 | 126 | 35 |
| Binary | 1010 | 10000101 | 10001001 | 1011101 | 11 | 0 | 101110 | 10110110 | 1010110 | 11101 |
Color Harmonies of #0A8589
Complementary color
Monochromatic Colors of #0A8589
Black with #0A8589
Text Example
Text Example
White with #0A8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8589; }
p { color: rgb(10,133,137); }
H1.HeaderClassName
{
color: #0A8589;
}
.AnyTagClassName
{
color: #0A8589;
}
</style>
background-color css
<style>
a { background-color: #0A8589; }
a { background-color: rgb(10,133,137); }
div.DivClassName
{
background-color: #0A8589;
}
.BgClassName
{
background-color: #0A8589;
}
</style>
border-color css
<style>
span { border-color: #0A8589; }
span { border-color: rgb(10,133,137); }
td.TdClassName
{
border-color: #0A8589;
}
.TagClassName
{
border-color: #0A8589;
}
</style>