Shades of Dark Cyan #0A8290
Tints of Dark Cyan #0A8290
RGB
CMYK
RGB Variations
Color information
#0A8290 (or 0x0A8290) is known color: Dark Cyan. HEX triplet: 0A, 82 and 90. RGB value is (10,130,144). Sum of RGB (Red+Green+Blue) = 10+130+144=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A8290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8290 is #F57D6F. Grayscale: #5F5F5F. Windows color (decimal): -16088432 or 9470474. OLE color: 9470474.
HSL color Cylindrical-coordinate representation of color #0A8290: hue angle of 186.27º 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 #0A8290 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 130 | 144 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.44 |
| HSL | 186.27º | 0.87% | 0.3% | - |
| HSV(B) | 186.27º | 0.93% | 0.56% | - |
| XYZ | 13.14 | 18.04 | 29.18 | - |
| YUV | 95.72 | 155.24 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 144 | 0.93 | 0.10 | 0 | 0.44 | 186.27 | 0.87 | 0.3 |
| Hex | A | 82 | 90 | 5D | A | 0 | 2C | BA | 57 | 1E |
| Octal | 12 | 202 | 220 | 135 | 12 | 0 | 54 | 272 | 127 | 36 |
| Binary | 1010 | 10000010 | 10010000 | 1011101 | 1010 | 0 | 101100 | 10111010 | 1010111 | 11110 |
Color Harmonies of #0A8290
Complementary color
Monochromatic Colors of #0A8290
Black with #0A8290
Text Example
Text Example
White with #0A8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8290; }
p { color: rgb(10,130,144); }
H1.HeaderClassName
{
color: #0A8290;
}
.AnyTagClassName
{
color: #0A8290;
}
</style>
background-color css
<style>
a { background-color: #0A8290; }
a { background-color: rgb(10,130,144); }
div.DivClassName
{
background-color: #0A8290;
}
.BgClassName
{
background-color: #0A8290;
}
</style>
border-color css
<style>
span { border-color: #0A8290; }
span { border-color: rgb(10,130,144); }
td.TdClassName
{
border-color: #0A8290;
}
.TagClassName
{
border-color: #0A8290;
}
</style>