Shades of Vista Blue #7AE29E
Tints of Vista Blue #7AE29E
RGB
CMYK
RGB Variations
Color information
#7AE29E (or 0x7AE29E) is known color: Vista Blue. HEX triplet: 7A, E2 and 9E. RGB value is (122,226,158). Sum of RGB (Red+Green+Blue) = 122+226+158=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #7AE29E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE29E is #851D61. Grayscale: #BBBBBB. Windows color (decimal): -8723810 or 10412666. OLE color: 10412666.
HSL color Cylindrical-coordinate representation of color #7AE29E: hue angle of 140.77º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE29E is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 226 | 158 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.11 |
| HSL | 140.77º | 0.64% | 0.68% | - |
| HSV(B) | 140.77º | 0.46% | 0.89% | - |
| XYZ | 41.39 | 61 | 41.94 | - |
| YUV | 187.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 226 | 158 | 0.46 | 0 | 0.30 | 0.11 | 140.77 | 0.64 | 0.68 |
| Hex | 7A | E2 | 9E | 2E | 0 | 1E | B | 8D | 40 | 44 |
| Octal | 172 | 342 | 236 | 56 | 0 | 36 | 13 | 215 | 100 | 104 |
| Binary | 1111010 | 11100010 | 10011110 | 101110 | 0 | 11110 | 1011 | 10001101 | 1000000 | 1000100 |
Color Harmonies of #7AE29E
Complementary color
Monochromatic Colors of #7AE29E
Black with #7AE29E
Text Example
Text Example
White with #7AE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE29E; }
p { color: rgb(122,226,158); }
H1.HeaderClassName
{
color: #7AE29E;
}
.AnyTagClassName
{
color: #7AE29E;
}
</style>
background-color css
<style>
a { background-color: #7AE29E; }
a { background-color: rgb(122,226,158); }
div.DivClassName
{
background-color: #7AE29E;
}
.BgClassName
{
background-color: #7AE29E;
}
</style>
border-color css
<style>
span { border-color: #7AE29E; }
span { border-color: rgb(122,226,158); }
td.TdClassName
{
border-color: #7AE29E;
}
.TagClassName
{
border-color: #7AE29E;
}
</style>