Shades of Dark Cyan #0A8A81
Tints of Dark Cyan #0A8A81
RGB
CMYK
RGB Variations
Color information
#0A8A81 (or 0x0A8A81) is known color: Dark Cyan. HEX triplet: 0A, 8A and 81. RGB value is (10,138,129). Sum of RGB (Red+Green+Blue) = 10+138+129=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8A81 is #F5757E. Grayscale: #626262. Windows color (decimal): -16086399 or 8489482. OLE color: 8489482.
HSL color Cylindrical-coordinate representation of color #0A8A81: hue angle of 175.78º 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 #0A8A81 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 129 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.46 |
| HSL | 175.78º | 0.86% | 0.29% | - |
| HSV(B) | 175.78º | 0.93% | 0.54% | - |
| XYZ | 13.18 | 19.83 | 23.9 | - |
| YUV | 98.7 | 145.09 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 129 | 0.93 | 0 | 0.07 | 0.46 | 175.78 | 0.86 | 0.29 |
| Hex | A | 8A | 81 | 5D | 0 | 7 | 2E | B0 | 56 | 1D |
| Octal | 12 | 212 | 201 | 135 | 0 | 7 | 56 | 260 | 126 | 35 |
| Binary | 1010 | 10001010 | 10000001 | 1011101 | 0 | 111 | 101110 | 10110000 | 1010110 | 11101 |
Color Harmonies of #0A8A81
Complementary color
Monochromatic Colors of #0A8A81
Black with #0A8A81
Text Example
Text Example
White with #0A8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A81; }
p { color: rgb(10,138,129); }
H1.HeaderClassName
{
color: #0A8A81;
}
.AnyTagClassName
{
color: #0A8A81;
}
</style>
background-color css
<style>
a { background-color: #0A8A81; }
a { background-color: rgb(10,138,129); }
div.DivClassName
{
background-color: #0A8A81;
}
.BgClassName
{
background-color: #0A8A81;
}
</style>
border-color css
<style>
span { border-color: #0A8A81; }
span { border-color: rgb(10,138,129); }
td.TdClassName
{
border-color: #0A8A81;
}
.TagClassName
{
border-color: #0A8A81;
}
</style>