Shades of Dark Cyan #0A8A89
Tints of Dark Cyan #0A8A89
RGB
CMYK
RGB Variations
Color information
#0A8A89 (or 0x0A8A89) is known color: Dark Cyan. HEX triplet: 0A, 8A and 89. RGB value is (10,138,137). Sum of RGB (Red+Green+Blue) = 10+138+137=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8A89 is #F57576. Grayscale: #636363. Windows color (decimal): -16086391 or 9013770. OLE color: 9013770.
HSL color Cylindrical-coordinate representation of color #0A8A89: hue angle of 179.53º 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 #0A8A89 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 137 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.46 |
| HSL | 179.53º | 0.86% | 0.29% | - |
| HSV(B) | 179.53º | 0.93% | 0.54% | - |
| XYZ | 13.73 | 20.05 | 26.81 | - |
| YUV | 99.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 137 | 0.93 | 0 | 0.01 | 0.46 | 179.53 | 0.86 | 0.29 |
| Hex | A | 8A | 89 | 5D | 0 | 1 | 2E | B4 | 56 | 1D |
| Octal | 12 | 212 | 211 | 135 | 0 | 1 | 56 | 264 | 126 | 35 |
| Binary | 1010 | 10001010 | 10001001 | 1011101 | 0 | 1 | 101110 | 10110100 | 1010110 | 11101 |
Color Harmonies of #0A8A89
Complementary color
Monochromatic Colors of #0A8A89
Black with #0A8A89
Text Example
Text Example
White with #0A8A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A89; }
p { color: rgb(10,138,137); }
H1.HeaderClassName
{
color: #0A8A89;
}
.AnyTagClassName
{
color: #0A8A89;
}
</style>
background-color css
<style>
a { background-color: #0A8A89; }
a { background-color: rgb(10,138,137); }
div.DivClassName
{
background-color: #0A8A89;
}
.BgClassName
{
background-color: #0A8A89;
}
</style>
border-color css
<style>
span { border-color: #0A8A89; }
span { border-color: rgb(10,138,137); }
td.TdClassName
{
border-color: #0A8A89;
}
.TagClassName
{
border-color: #0A8A89;
}
</style>