Shades of Vista Blue #7AE9AA
Tints of Vista Blue #7AE9AA
RGB
CMYK
RGB Variations
Color information
#7AE9AA (or 0x7AE9AA) is known color: Vista Blue. HEX triplet: 7A, E9 and AA. RGB value is (122,233,170). Sum of RGB (Red+Green+Blue) = 122+233+170=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #7AE9AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE9AA is #851655. Grayscale: #C0C0C0. Windows color (decimal): -8722006 or 11200890. OLE color: 11200890.
HSL color Cylindrical-coordinate representation of color #7AE9AA: hue angle of 145.95º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AE9AA is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 233 | 170 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.09 |
| HSL | 145.95º | 0.72% | 0.7% | - |
| HSV(B) | 145.95º | 0.48% | 0.91% | - |
| XYZ | 44.42 | 65.32 | 48.3 | - |
| YUV | 192.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 233 | 170 | 0.48 | 0 | 0.27 | 0.09 | 145.95 | 0.72 | 0.7 |
| Hex | 7A | E9 | AA | 30 | 0 | 1B | 9 | 92 | 48 | 46 |
| Octal | 172 | 351 | 252 | 60 | 0 | 33 | 11 | 222 | 110 | 106 |
| Binary | 1111010 | 11101001 | 10101010 | 110000 | 0 | 11011 | 1001 | 10010010 | 1001000 | 1000110 |
Color Harmonies of #7AE9AA
Complementary color
Monochromatic Colors of #7AE9AA
Black with #7AE9AA
Text Example
Text Example
White with #7AE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE9AA; }
p { color: rgb(122,233,170); }
H1.HeaderClassName
{
color: #7AE9AA;
}
.AnyTagClassName
{
color: #7AE9AA;
}
</style>
background-color css
<style>
a { background-color: #7AE9AA; }
a { background-color: rgb(122,233,170); }
div.DivClassName
{
background-color: #7AE9AA;
}
.BgClassName
{
background-color: #7AE9AA;
}
</style>
border-color css
<style>
span { border-color: #7AE9AA; }
span { border-color: rgb(122,233,170); }
td.TdClassName
{
border-color: #7AE9AA;
}
.TagClassName
{
border-color: #7AE9AA;
}
</style>