Shades of Vista Blue #7EF2A9
Tints of Vista Blue #7EF2A9
RGB
CMYK
RGB Variations
Color information
#7EF2A9 (or 0x7EF2A9) is known color: Vista Blue. HEX triplet: 7E, F2 and A9. RGB value is (126,242,169). Sum of RGB (Red+Green+Blue) = 126+242+169=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF2A9 is #810D56. Grayscale: #C7C7C7. Windows color (decimal): -8457559 or 11137662. OLE color: 11137662.
HSL color Cylindrical-coordinate representation of color #7EF2A9: hue angle of 142.24º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF2A9 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 169 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.05 |
| HSL | 142.24º | 0.82% | 0.72% | - |
| HSV(B) | 142.24º | 0.48% | 0.95% | - |
| XYZ | 47.52 | 70.8 | 48.7 | - |
| YUV | 198.99 | 111.07 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 169 | 0.48 | 0 | 0.30 | 0.05 | 142.24 | 0.82 | 0.72 |
| Hex | 7E | F2 | A9 | 30 | 0 | 1E | 5 | 8E | 52 | 48 |
| Octal | 176 | 362 | 251 | 60 | 0 | 36 | 5 | 216 | 122 | 110 |
| Binary | 1111110 | 11110010 | 10101001 | 110000 | 0 | 11110 | 101 | 10001110 | 1010010 | 1001000 |
Color Harmonies of #7EF2A9
Complementary color
Monochromatic Colors of #7EF2A9
Black with #7EF2A9
Text Example
Text Example
White with #7EF2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF2A9; }
p { color: rgb(126,242,169); }
H1.HeaderClassName
{
color: #7EF2A9;
}
.AnyTagClassName
{
color: #7EF2A9;
}
</style>
background-color css
<style>
a { background-color: #7EF2A9; }
a { background-color: rgb(126,242,169); }
div.DivClassName
{
background-color: #7EF2A9;
}
.BgClassName
{
background-color: #7EF2A9;
}
</style>
border-color css
<style>
span { border-color: #7EF2A9; }
span { border-color: rgb(126,242,169); }
td.TdClassName
{
border-color: #7EF2A9;
}
.TagClassName
{
border-color: #7EF2A9;
}
</style>