Shades of Vista Blue #7AF2AA
Tints of Vista Blue #7AF2AA
RGB
CMYK
RGB Variations
Color information
#7AF2AA (or 0x7AF2AA) is known color: Vista Blue. HEX triplet: 7A, F2 and AA. RGB value is (122,242,170). Sum of RGB (Red+Green+Blue) = 122+242+170=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF2AA is #850D55. Grayscale: #C6C6C6. Windows color (decimal): -8719702 or 11203194. OLE color: 11203194.
HSL color Cylindrical-coordinate representation of color #7AF2AA: hue angle of 144º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF2AA is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 170 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.05 |
| HSL | 144º | 0.82% | 0.71% | - |
| HSV(B) | 144º | 0.5% | 0.95% | - |
| XYZ | 47.03 | 70.54 | 49.17 | - |
| YUV | 197.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 170 | 0.50 | 0 | 0.30 | 0.05 | 144 | 0.82 | 0.71 |
| Hex | 7A | F2 | AA | 32 | 0 | 1E | 5 | 90 | 52 | 47 |
| Octal | 172 | 362 | 252 | 62 | 0 | 36 | 5 | 220 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10101010 | 110010 | 0 | 11110 | 101 | 10010000 | 1010010 | 1000111 |
Color Harmonies of #7AF2AA
Complementary color
Monochromatic Colors of #7AF2AA
Black with #7AF2AA
Text Example
Text Example
White with #7AF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF2AA; }
p { color: rgb(122,242,170); }
H1.HeaderClassName
{
color: #7AF2AA;
}
.AnyTagClassName
{
color: #7AF2AA;
}
</style>
background-color css
<style>
a { background-color: #7AF2AA; }
a { background-color: rgb(122,242,170); }
div.DivClassName
{
background-color: #7AF2AA;
}
.BgClassName
{
background-color: #7AF2AA;
}
</style>
border-color css
<style>
span { border-color: #7AF2AA; }
span { border-color: rgb(122,242,170); }
td.TdClassName
{
border-color: #7AF2AA;
}
.TagClassName
{
border-color: #7AF2AA;
}
</style>