Shades of Dark Cyan #0A8390
Tints of Dark Cyan #0A8390
RGB
CMYK
RGB Variations
Color information
#0A8390 (or 0x0A8390) is known color: Dark Cyan. HEX triplet: 0A, 83 and 90. RGB value is (10,131,144). Sum of RGB (Red+Green+Blue) = 10+131+144=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A8390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8390 is #F57C6F. Grayscale: #606060. Windows color (decimal): -16088176 or 9470730. OLE color: 9470730.
HSL color Cylindrical-coordinate representation of color #0A8390: hue angle of 185.82º 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 #0A8390 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 131 | 144 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.44 |
| HSL | 185.82º | 0.87% | 0.3% | - |
| HSV(B) | 185.82º | 0.93% | 0.56% | - |
| XYZ | 13.28 | 18.31 | 29.22 | - |
| YUV | 96.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 144 | 0.93 | 0.09 | 0 | 0.44 | 185.82 | 0.87 | 0.3 |
| Hex | A | 83 | 90 | 5D | 9 | 0 | 2C | BA | 57 | 1E |
| Octal | 12 | 203 | 220 | 135 | 11 | 0 | 54 | 272 | 127 | 36 |
| Binary | 1010 | 10000011 | 10010000 | 1011101 | 1001 | 0 | 101100 | 10111010 | 1010111 | 11110 |
Color Harmonies of #0A8390
Complementary color
Monochromatic Colors of #0A8390
Black with #0A8390
Text Example
Text Example
White with #0A8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8390; }
p { color: rgb(10,131,144); }
H1.HeaderClassName
{
color: #0A8390;
}
.AnyTagClassName
{
color: #0A8390;
}
</style>
background-color css
<style>
a { background-color: #0A8390; }
a { background-color: rgb(10,131,144); }
div.DivClassName
{
background-color: #0A8390;
}
.BgClassName
{
background-color: #0A8390;
}
</style>
border-color css
<style>
span { border-color: #0A8390; }
span { border-color: rgb(10,131,144); }
td.TdClassName
{
border-color: #0A8390;
}
.TagClassName
{
border-color: #0A8390;
}
</style>