Shades of Vista Blue #7AE19E
Tints of Vista Blue #7AE19E
RGB
CMYK
RGB Variations
Color information
#7AE19E (or 0x7AE19E) is known color: Vista Blue. HEX triplet: 7A, E1 and 9E. RGB value is (122,225,158). Sum of RGB (Red+Green+Blue) = 122+225+158=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE19E is #851E61. Grayscale: #BABABA. Windows color (decimal): -8724066 or 10412410. OLE color: 10412410.
HSL color Cylindrical-coordinate representation of color #7AE19E: hue angle of 140.97º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE19E is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 225 | 158 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.12 |
| HSL | 140.97º | 0.63% | 0.68% | - |
| HSV(B) | 140.97º | 0.46% | 0.88% | - |
| XYZ | 41.12 | 60.46 | 41.85 | - |
| YUV | 186.57 | 111.88 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 225 | 158 | 0.46 | 0 | 0.30 | 0.12 | 140.97 | 0.63 | 0.68 |
| Hex | 7A | E1 | 9E | 2E | 0 | 1E | C | 8D | 3F | 44 |
| Octal | 172 | 341 | 236 | 56 | 0 | 36 | 14 | 215 | 77 | 104 |
| Binary | 1111010 | 11100001 | 10011110 | 101110 | 0 | 11110 | 1100 | 10001101 | 111111 | 1000100 |
Color Harmonies of #7AE19E
Complementary color
Monochromatic Colors of #7AE19E
Black with #7AE19E
Text Example
Text Example
White with #7AE19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE19E; }
p { color: rgb(122,225,158); }
H1.HeaderClassName
{
color: #7AE19E;
}
.AnyTagClassName
{
color: #7AE19E;
}
</style>
background-color css
<style>
a { background-color: #7AE19E; }
a { background-color: rgb(122,225,158); }
div.DivClassName
{
background-color: #7AE19E;
}
.BgClassName
{
background-color: #7AE19E;
}
</style>
border-color css
<style>
span { border-color: #7AE19E; }
span { border-color: rgb(122,225,158); }
td.TdClassName
{
border-color: #7AE19E;
}
.TagClassName
{
border-color: #7AE19E;
}
</style>