Shades of Vista Blue #A2E6BE
Tints of Vista Blue #A2E6BE
RGB
CMYK
RGB Variations
Color information
#A2E6BE (or 0xA2E6BE) is known color: Vista Blue. HEX triplet: A2, E6 and BE. RGB value is (162,230,190). Sum of RGB (Red+Green+Blue) = 162+230+190=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6BE is #5D1941. Grayscale: #CDCDCD. Windows color (decimal): -6101314 or 12510882. OLE color: 12510882.
HSL color Cylindrical-coordinate representation of color #A2E6BE: hue angle of 144.71º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E6BE is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 190 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.10 |
| HSL | 144.71º | 0.58% | 0.77% | - |
| HSV(B) | 144.71º | 0.3% | 0.9% | - |
| XYZ | 52.49 | 67.99 | 59.07 | - |
| YUV | 205.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 190 | 0.30 | 0 | 0.17 | 0.10 | 144.71 | 0.58 | 0.77 |
| Hex | A2 | E6 | BE | 1E | 0 | 11 | A | 91 | 3A | 4D |
| Octal | 242 | 346 | 276 | 36 | 0 | 21 | 12 | 221 | 72 | 115 |
| Binary | 10100010 | 11100110 | 10111110 | 11110 | 0 | 10001 | 1010 | 10010001 | 111010 | 1001101 |
Color Harmonies of #A2E6BE
Complementary color
Monochromatic Colors of #A2E6BE
Black with #A2E6BE
Text Example
Text Example
White with #A2E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6BE; }
p { color: rgb(162,230,190); }
H1.HeaderClassName
{
color: #A2E6BE;
}
.AnyTagClassName
{
color: #A2E6BE;
}
</style>
background-color css
<style>
a { background-color: #A2E6BE; }
a { background-color: rgb(162,230,190); }
div.DivClassName
{
background-color: #A2E6BE;
}
.BgClassName
{
background-color: #A2E6BE;
}
</style>
border-color css
<style>
span { border-color: #A2E6BE; }
span { border-color: rgb(162,230,190); }
td.TdClassName
{
border-color: #A2E6BE;
}
.TagClassName
{
border-color: #A2E6BE;
}
</style>