Shades of Vista Blue #7AE5A7
Tints of Vista Blue #7AE5A7
RGB
CMYK
RGB Variations
Color information
#7AE5A7 (or 0x7AE5A7) is known color: Vista Blue. HEX triplet: 7A, E5 and A7. RGB value is (122,229,167). Sum of RGB (Red+Green+Blue) = 122+229+167=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE5A7 is #851A58. Grayscale: #BEBEBE. Windows color (decimal): -8723033 or 11003258. OLE color: 11003258.
HSL color Cylindrical-coordinate representation of color #7AE5A7: hue angle of 145.23º 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 #7AE5A7 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 167 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.10 |
| HSL | 145.23º | 0.67% | 0.69% | - |
| HSV(B) | 145.23º | 0.47% | 0.9% | - |
| XYZ | 43.02 | 62.97 | 46.45 | - |
| YUV | 189.94 | 115.05 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 167 | 0.47 | 0 | 0.27 | 0.10 | 145.23 | 0.67 | 0.69 |
| Hex | 7A | E5 | A7 | 2F | 0 | 1B | A | 91 | 43 | 45 |
| Octal | 172 | 345 | 247 | 57 | 0 | 33 | 12 | 221 | 103 | 105 |
| Binary | 1111010 | 11100101 | 10100111 | 101111 | 0 | 11011 | 1010 | 10010001 | 1000011 | 1000101 |
Color Harmonies of #7AE5A7
Complementary color
Monochromatic Colors of #7AE5A7
Black with #7AE5A7
Text Example
Text Example
White with #7AE5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE5A7; }
p { color: rgb(122,229,167); }
H1.HeaderClassName
{
color: #7AE5A7;
}
.AnyTagClassName
{
color: #7AE5A7;
}
</style>
background-color css
<style>
a { background-color: #7AE5A7; }
a { background-color: rgb(122,229,167); }
div.DivClassName
{
background-color: #7AE5A7;
}
.BgClassName
{
background-color: #7AE5A7;
}
</style>
border-color css
<style>
span { border-color: #7AE5A7; }
span { border-color: rgb(122,229,167); }
td.TdClassName
{
border-color: #7AE5A7;
}
.TagClassName
{
border-color: #7AE5A7;
}
</style>