Shades of Vista Blue #7AE39E
Tints of Vista Blue #7AE39E
RGB
CMYK
RGB Variations
Color information
#7AE39E (or 0x7AE39E) is known color: Vista Blue. HEX triplet: 7A, E3 and 9E. RGB value is (122,227,158). Sum of RGB (Red+Green+Blue) = 122+227+158=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE39E is #851C61. Grayscale: #BBBBBB. Windows color (decimal): -8723554 or 10412922. OLE color: 10412922.
HSL color Cylindrical-coordinate representation of color #7AE39E: hue angle of 140.57º degrees, saturation: 0.65, 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 #7AE39E is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 227 | 158 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.11 |
| HSL | 140.57º | 0.65% | 0.68% | - |
| HSV(B) | 140.57º | 0.46% | 0.89% | - |
| XYZ | 41.67 | 61.54 | 42.03 | - |
| YUV | 187.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 227 | 158 | 0.46 | 0 | 0.30 | 0.11 | 140.57 | 0.65 | 0.68 |
| Hex | 7A | E3 | 9E | 2E | 0 | 1E | B | 8D | 41 | 44 |
| Octal | 172 | 343 | 236 | 56 | 0 | 36 | 13 | 215 | 101 | 104 |
| Binary | 1111010 | 11100011 | 10011110 | 101110 | 0 | 11110 | 1011 | 10001101 | 1000001 | 1000100 |
Color Harmonies of #7AE39E
Complementary color
Monochromatic Colors of #7AE39E
Black with #7AE39E
Text Example
Text Example
White with #7AE39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE39E; }
p { color: rgb(122,227,158); }
H1.HeaderClassName
{
color: #7AE39E;
}
.AnyTagClassName
{
color: #7AE39E;
}
</style>
background-color css
<style>
a { background-color: #7AE39E; }
a { background-color: rgb(122,227,158); }
div.DivClassName
{
background-color: #7AE39E;
}
.BgClassName
{
background-color: #7AE39E;
}
</style>
border-color css
<style>
span { border-color: #7AE39E; }
span { border-color: rgb(122,227,158); }
td.TdClassName
{
border-color: #7AE39E;
}
.TagClassName
{
border-color: #7AE39E;
}
</style>