Shades of Vista Blue #7EF2A8
Tints of Vista Blue #7EF2A8
RGB
CMYK
RGB Variations
Color information
#7EF2A8 (or 0x7EF2A8) is known color: Vista Blue. HEX triplet: 7E, F2 and A8. RGB value is (126,242,168). Sum of RGB (Red+Green+Blue) = 126+242+168=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF2A8 is #810D57. Grayscale: #C7C7C7. Windows color (decimal): -8457560 or 11072126. OLE color: 11072126.
HSL color Cylindrical-coordinate representation of color #7EF2A8: hue angle of 141.72º 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 #7EF2A8 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 168 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.05 |
| HSL | 141.72º | 0.82% | 0.72% | - |
| HSV(B) | 141.72º | 0.48% | 0.95% | - |
| XYZ | 47.42 | 70.77 | 48.21 | - |
| YUV | 198.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 168 | 0.48 | 0 | 0.31 | 0.05 | 141.72 | 0.82 | 0.72 |
| Hex | 7E | F2 | A8 | 30 | 0 | 1F | 5 | 8E | 52 | 48 |
| Octal | 176 | 362 | 250 | 60 | 0 | 37 | 5 | 216 | 122 | 110 |
| Binary | 1111110 | 11110010 | 10101000 | 110000 | 0 | 11111 | 101 | 10001110 | 1010010 | 1001000 |
Color Harmonies of #7EF2A8
Complementary color
Monochromatic Colors of #7EF2A8
Black with #7EF2A8
Text Example
Text Example
White with #7EF2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF2A8; }
p { color: rgb(126,242,168); }
H1.HeaderClassName
{
color: #7EF2A8;
}
.AnyTagClassName
{
color: #7EF2A8;
}
</style>
background-color css
<style>
a { background-color: #7EF2A8; }
a { background-color: rgb(126,242,168); }
div.DivClassName
{
background-color: #7EF2A8;
}
.BgClassName
{
background-color: #7EF2A8;
}
</style>
border-color css
<style>
span { border-color: #7EF2A8; }
span { border-color: rgb(126,242,168); }
td.TdClassName
{
border-color: #7EF2A8;
}
.TagClassName
{
border-color: #7EF2A8;
}
</style>