Shades of Vista Blue #7AE5A6
Tints of Vista Blue #7AE5A6
RGB
CMYK
RGB Variations
Color information
#7AE5A6 (or 0x7AE5A6) is known color: Vista Blue. HEX triplet: 7A, E5 and A6. RGB value is (122,229,166). Sum of RGB (Red+Green+Blue) = 122+229+166=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE5A6 is #851A59. Grayscale: #BDBDBD. Windows color (decimal): -8723034 or 10937722. OLE color: 10937722.
HSL color Cylindrical-coordinate representation of color #7AE5A6: hue angle of 144.67º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE5A6 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 166 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.10 |
| HSL | 144.67º | 0.67% | 0.69% | - |
| HSV(B) | 144.67º | 0.47% | 0.9% | - |
| XYZ | 42.93 | 62.93 | 45.96 | - |
| YUV | 189.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 166 | 0.47 | 0 | 0.28 | 0.10 | 144.67 | 0.67 | 0.69 |
| Hex | 7A | E5 | A6 | 2F | 0 | 1C | A | 91 | 43 | 45 |
| Octal | 172 | 345 | 246 | 57 | 0 | 34 | 12 | 221 | 103 | 105 |
| Binary | 1111010 | 11100101 | 10100110 | 101111 | 0 | 11100 | 1010 | 10010001 | 1000011 | 1000101 |
Color Harmonies of #7AE5A6
Complementary color
Monochromatic Colors of #7AE5A6
Black with #7AE5A6
Text Example
Text Example
White with #7AE5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE5A6; }
p { color: rgb(122,229,166); }
H1.HeaderClassName
{
color: #7AE5A6;
}
.AnyTagClassName
{
color: #7AE5A6;
}
</style>
background-color css
<style>
a { background-color: #7AE5A6; }
a { background-color: rgb(122,229,166); }
div.DivClassName
{
background-color: #7AE5A6;
}
.BgClassName
{
background-color: #7AE5A6;
}
</style>
border-color css
<style>
span { border-color: #7AE5A6; }
span { border-color: rgb(122,229,166); }
td.TdClassName
{
border-color: #7AE5A6;
}
.TagClassName
{
border-color: #7AE5A6;
}
</style>