Shades of Dark Cyan #0A8491
Tints of Dark Cyan #0A8491
RGB
CMYK
RGB Variations
Color information
#0A8491 (or 0x0A8491) is known color: Dark Cyan. HEX triplet: 0A, 84 and 91. RGB value is (10,132,145). Sum of RGB (Red+Green+Blue) = 10+132+145=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A8491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8491 is #F57B6E. Grayscale: #606060. Windows color (decimal): -16087919 or 9536522. OLE color: 9536522.
HSL color Cylindrical-coordinate representation of color #0A8491: hue angle of 185.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8491 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 132 | 145 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.43 |
| HSL | 185.78º | 0.87% | 0.3% | - |
| HSV(B) | 185.78º | 0.93% | 0.57% | - |
| XYZ | 13.49 | 18.61 | 29.67 | - |
| YUV | 97 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 145 | 0.93 | 0.09 | 0 | 0.43 | 185.78 | 0.87 | 0.3 |
| Hex | A | 84 | 91 | 5D | 9 | 0 | 2B | BA | 57 | 1E |
| Octal | 12 | 204 | 221 | 135 | 11 | 0 | 53 | 272 | 127 | 36 |
| Binary | 1010 | 10000100 | 10010001 | 1011101 | 1001 | 0 | 101011 | 10111010 | 1010111 | 11110 |
Color Harmonies of #0A8491
Complementary color
Monochromatic Colors of #0A8491
Black with #0A8491
Text Example
Text Example
White with #0A8491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8491; }
p { color: rgb(10,132,145); }
H1.HeaderClassName
{
color: #0A8491;
}
.AnyTagClassName
{
color: #0A8491;
}
</style>
background-color css
<style>
a { background-color: #0A8491; }
a { background-color: rgb(10,132,145); }
div.DivClassName
{
background-color: #0A8491;
}
.BgClassName
{
background-color: #0A8491;
}
</style>
border-color css
<style>
span { border-color: #0A8491; }
span { border-color: rgb(10,132,145); }
td.TdClassName
{
border-color: #0A8491;
}
.TagClassName
{
border-color: #0A8491;
}
</style>