Shades of Dark Cyan #0A8789
Tints of Dark Cyan #0A8789
RGB
CMYK
RGB Variations
Color information
#0A8789 (or 0x0A8789) is known color: Dark Cyan. HEX triplet: 0A, 87 and 89. RGB value is (10,135,137). Sum of RGB (Red+Green+Blue) = 10+135+137=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A8789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8789 is #F57876. Grayscale: #616161. Windows color (decimal): -16087159 or 9013002. OLE color: 9013002.
HSL color Cylindrical-coordinate representation of color #0A8789: hue angle of 180.94º 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 #0A8789 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 135 | 137 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.46 |
| HSL | 180.94º | 0.86% | 0.29% | - |
| HSV(B) | 180.94º | 0.93% | 0.54% | - |
| XYZ | 13.3 | 19.2 | 26.67 | - |
| YUV | 97.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 137 | 0.93 | 0.01 | 0 | 0.46 | 180.94 | 0.86 | 0.29 |
| Hex | A | 87 | 89 | 5D | 1 | 0 | 2E | B5 | 56 | 1D |
| Octal | 12 | 207 | 211 | 135 | 1 | 0 | 56 | 265 | 126 | 35 |
| Binary | 1010 | 10000111 | 10001001 | 1011101 | 1 | 0 | 101110 | 10110101 | 1010110 | 11101 |
Color Harmonies of #0A8789
Complementary color
Monochromatic Colors of #0A8789
Black with #0A8789
Text Example
Text Example
White with #0A8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8789; }
p { color: rgb(10,135,137); }
H1.HeaderClassName
{
color: #0A8789;
}
.AnyTagClassName
{
color: #0A8789;
}
</style>
background-color css
<style>
a { background-color: #0A8789; }
a { background-color: rgb(10,135,137); }
div.DivClassName
{
background-color: #0A8789;
}
.BgClassName
{
background-color: #0A8789;
}
</style>
border-color css
<style>
span { border-color: #0A8789; }
span { border-color: rgb(10,135,137); }
td.TdClassName
{
border-color: #0A8789;
}
.TagClassName
{
border-color: #0A8789;
}
</style>