Shades of Dark Cyan #0A8A85
Tints of Dark Cyan #0A8A85
RGB
CMYK
RGB Variations
Color information
#0A8A85 (or 0x0A8A85) is known color: Dark Cyan. HEX triplet: 0A, 8A and 85. RGB value is (10,138,133). Sum of RGB (Red+Green+Blue) = 10+138+133=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8A85 is #F5757A. Grayscale: #636363. Windows color (decimal): -16086395 or 8751626. OLE color: 8751626.
HSL color Cylindrical-coordinate representation of color #0A8A85: hue angle of 177.66º 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 #0A8A85 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 133 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.46 |
| HSL | 177.66º | 0.86% | 0.29% | - |
| HSV(B) | 177.66º | 0.93% | 0.54% | - |
| XYZ | 13.45 | 19.93 | 25.33 | - |
| YUV | 99.16 | 147.09 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 133 | 0.93 | 0 | 0.04 | 0.46 | 177.66 | 0.86 | 0.29 |
| Hex | A | 8A | 85 | 5D | 0 | 4 | 2E | B2 | 56 | 1D |
| Octal | 12 | 212 | 205 | 135 | 0 | 4 | 56 | 262 | 126 | 35 |
| Binary | 1010 | 10001010 | 10000101 | 1011101 | 0 | 100 | 101110 | 10110010 | 1010110 | 11101 |
Color Harmonies of #0A8A85
Complementary color
Monochromatic Colors of #0A8A85
Black with #0A8A85
Text Example
Text Example
White with #0A8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A85; }
p { color: rgb(10,138,133); }
H1.HeaderClassName
{
color: #0A8A85;
}
.AnyTagClassName
{
color: #0A8A85;
}
</style>
background-color css
<style>
a { background-color: #0A8A85; }
a { background-color: rgb(10,138,133); }
div.DivClassName
{
background-color: #0A8A85;
}
.BgClassName
{
background-color: #0A8A85;
}
</style>
border-color css
<style>
span { border-color: #0A8A85; }
span { border-color: rgb(10,138,133); }
td.TdClassName
{
border-color: #0A8A85;
}
.TagClassName
{
border-color: #0A8A85;
}
</style>