Shades of Eastern Blue #0A99A0
Tints of Eastern Blue #0A99A0
RGB
CMYK
RGB Variations
Color information
#0A99A0 (or 0x0A99A0) is known color: Eastern Blue. HEX triplet: 0A, 99 and A0. RGB value is (10,153,160). Sum of RGB (Red+Green+Blue) = 10+153+160=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #0A99A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A99A0 is #F5665F. Grayscale: #6E6E6E. Windows color (decimal): -16082528 or 10524938. OLE color: 10524938.
HSL color Cylindrical-coordinate representation of color #0A99A0: hue angle of 182.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A99A0 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 153 | 160 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.37 |
| HSL | 182.8º | 0.88% | 0.33% | - |
| HSV(B) | 182.8º | 0.94% | 0.63% | - |
| XYZ | 17.86 | 25.39 | 37.22 | - |
| YUV | 111.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 153 | 160 | 0.94 | 0.04 | 0 | 0.37 | 182.8 | 0.88 | 0.33 |
| Hex | A | 99 | A0 | 5E | 4 | 0 | 25 | B7 | 58 | 21 |
| Octal | 12 | 231 | 240 | 136 | 4 | 0 | 45 | 267 | 130 | 41 |
| Binary | 1010 | 10011001 | 10100000 | 1011110 | 100 | 0 | 100101 | 10110111 | 1011000 | 100001 |
Color Harmonies of #0A99A0
Complementary color
Monochromatic Colors of #0A99A0
Black with #0A99A0
Text Example
Text Example
White with #0A99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A99A0; }
p { color: rgb(10,153,160); }
H1.HeaderClassName
{
color: #0A99A0;
}
.AnyTagClassName
{
color: #0A99A0;
}
</style>
background-color css
<style>
a { background-color: #0A99A0; }
a { background-color: rgb(10,153,160); }
div.DivClassName
{
background-color: #0A99A0;
}
.BgClassName
{
background-color: #0A99A0;
}
</style>
border-color css
<style>
span { border-color: #0A99A0; }
span { border-color: rgb(10,153,160); }
td.TdClassName
{
border-color: #0A99A0;
}
.TagClassName
{
border-color: #0A99A0;
}
</style>