Shades of Vista Blue #A0EABB
Tints of Vista Blue #A0EABB
RGB
CMYK
RGB Variations
Color information
#A0EABB (or 0xA0EABB) is known color: Vista Blue. HEX triplet: A0, EA and BB. RGB value is (160,234,187). Sum of RGB (Red+Green+Blue) = 160+234+187=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EABB is #5F1544. Grayscale: #CECECE. Windows color (decimal): -6231365 or 12315296. OLE color: 12315296.
HSL color Cylindrical-coordinate representation of color #A0EABB: hue angle of 141.89º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EABB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 187 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.08 |
| HSL | 141.89º | 0.64% | 0.77% | - |
| HSV(B) | 141.89º | 0.32% | 0.92% | - |
| XYZ | 52.89 | 69.91 | 57.72 | - |
| YUV | 206.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 187 | 0.32 | 0 | 0.20 | 0.08 | 141.89 | 0.64 | 0.77 |
| Hex | A0 | EA | BB | 20 | 0 | 14 | 8 | 8E | 40 | 4D |
| Octal | 240 | 352 | 273 | 40 | 0 | 24 | 10 | 216 | 100 | 115 |
| Binary | 10100000 | 11101010 | 10111011 | 100000 | 0 | 10100 | 1000 | 10001110 | 1000000 | 1001101 |
Color Harmonies of #A0EABB
Complementary color
Monochromatic Colors of #A0EABB
Black with #A0EABB
Text Example
Text Example
White with #A0EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EABB; }
p { color: rgb(160,234,187); }
H1.HeaderClassName
{
color: #A0EABB;
}
.AnyTagClassName
{
color: #A0EABB;
}
</style>
background-color css
<style>
a { background-color: #A0EABB; }
a { background-color: rgb(160,234,187); }
div.DivClassName
{
background-color: #A0EABB;
}
.BgClassName
{
background-color: #A0EABB;
}
</style>
border-color css
<style>
span { border-color: #A0EABB; }
span { border-color: rgb(160,234,187); }
td.TdClassName
{
border-color: #A0EABB;
}
.TagClassName
{
border-color: #A0EABB;
}
</style>