Shades of Dark Cyan #0A9886
Tints of Dark Cyan #0A9886
RGB
CMYK
RGB Variations
Color information
#0A9886 (or 0x0A9886) is known color: Dark Cyan. HEX triplet: 0A, 98 and 86. RGB value is (10,152,134). Sum of RGB (Red+Green+Blue) = 10+152+134=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #0A9886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9886 is #F56779. Grayscale: #6B6B6B. Windows color (decimal): -16082810 or 8820746. OLE color: 8820746.
HSL color Cylindrical-coordinate representation of color #0A9886: hue angle of 172.39º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9886 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 152 | 134 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.40 |
| HSL | 172.39º | 0.88% | 0.32% | - |
| HSV(B) | 172.39º | 0.93% | 0.6% | - |
| XYZ | 15.66 | 24.24 | 26.41 | - |
| YUV | 107.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 152 | 134 | 0.93 | 0 | 0.12 | 0.40 | 172.39 | 0.88 | 0.32 |
| Hex | A | 98 | 86 | 5D | 0 | C | 28 | AC | 58 | 20 |
| Octal | 12 | 230 | 206 | 135 | 0 | 14 | 50 | 254 | 130 | 40 |
| Binary | 1010 | 10011000 | 10000110 | 1011101 | 0 | 1100 | 101000 | 10101100 | 1011000 | 100000 |
Color Harmonies of #0A9886
Complementary color
Monochromatic Colors of #0A9886
Black with #0A9886
Text Example
Text Example
White with #0A9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9886; }
p { color: rgb(10,152,134); }
H1.HeaderClassName
{
color: #0A9886;
}
.AnyTagClassName
{
color: #0A9886;
}
</style>
background-color css
<style>
a { background-color: #0A9886; }
a { background-color: rgb(10,152,134); }
div.DivClassName
{
background-color: #0A9886;
}
.BgClassName
{
background-color: #0A9886;
}
</style>
border-color css
<style>
span { border-color: #0A9886; }
span { border-color: rgb(10,152,134); }
td.TdClassName
{
border-color: #0A9886;
}
.TagClassName
{
border-color: #0A9886;
}
</style>