Shades of Dark Cyan #0A888F
Tints of Dark Cyan #0A888F
RGB
CMYK
RGB Variations
Color information
#0A888F (or 0x0A888F) is known color: Dark Cyan. HEX triplet: 0A, 88 and 8F. RGB value is (10,136,143). Sum of RGB (Red+Green+Blue) = 10+136+143=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A888F is #F57770. Grayscale: #626262. Windows color (decimal): -16086897 or 9406474. OLE color: 9406474.
HSL color Cylindrical-coordinate representation of color #0A888F: hue angle of 183.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A888F is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 136 | 143 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.44 |
| HSL | 183.16º | 0.87% | 0.3% | - |
| HSV(B) | 183.16º | 0.93% | 0.56% | - |
| XYZ | 13.89 | 19.66 | 29.05 | - |
| YUV | 99.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 143 | 0.93 | 0.05 | 0 | 0.44 | 183.16 | 0.87 | 0.3 |
| Hex | A | 88 | 8F | 5D | 5 | 0 | 2C | B7 | 57 | 1E |
| Octal | 12 | 210 | 217 | 135 | 5 | 0 | 54 | 267 | 127 | 36 |
| Binary | 1010 | 10001000 | 10001111 | 1011101 | 101 | 0 | 101100 | 10110111 | 1010111 | 11110 |
Color Harmonies of #0A888F
Complementary color
Monochromatic Colors of #0A888F
Black with #0A888F
Text Example
Text Example
White with #0A888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A888F; }
p { color: rgb(10,136,143); }
H1.HeaderClassName
{
color: #0A888F;
}
.AnyTagClassName
{
color: #0A888F;
}
</style>
background-color css
<style>
a { background-color: #0A888F; }
a { background-color: rgb(10,136,143); }
div.DivClassName
{
background-color: #0A888F;
}
.BgClassName
{
background-color: #0A888F;
}
</style>
border-color css
<style>
span { border-color: #0A888F; }
span { border-color: rgb(10,136,143); }
td.TdClassName
{
border-color: #0A888F;
}
.TagClassName
{
border-color: #0A888F;
}
</style>