Shades of Vista Blue #7EE0A8
Tints of Vista Blue #7EE0A8
RGB
CMYK
RGB Variations
Color information
#7EE0A8 (or 0x7EE0A8) is known color: Vista Blue. HEX triplet: 7E, E0 and A8. RGB value is (126,224,168). Sum of RGB (Red+Green+Blue) = 126+224+168=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE0A8 is #811F57. Grayscale: #BCBCBC. Windows color (decimal): -8462168 or 11067518. OLE color: 11067518.
HSL color Cylindrical-coordinate representation of color #7EE0A8: hue angle of 145.71º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE0A8 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 168 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.12 |
| HSL | 145.71º | 0.61% | 0.69% | - |
| HSV(B) | 145.71º | 0.44% | 0.88% | - |
| XYZ | 42.33 | 60.57 | 46.51 | - |
| YUV | 188.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 168 | 0.44 | 0 | 0.25 | 0.12 | 145.71 | 0.61 | 0.69 |
| Hex | 7E | E0 | A8 | 2C | 0 | 19 | C | 92 | 3D | 45 |
| Octal | 176 | 340 | 250 | 54 | 0 | 31 | 14 | 222 | 75 | 105 |
| Binary | 1111110 | 11100000 | 10101000 | 101100 | 0 | 11001 | 1100 | 10010010 | 111101 | 1000101 |
Color Harmonies of #7EE0A8
Complementary color
Monochromatic Colors of #7EE0A8
Black with #7EE0A8
Text Example
Text Example
White with #7EE0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE0A8; }
p { color: rgb(126,224,168); }
H1.HeaderClassName
{
color: #7EE0A8;
}
.AnyTagClassName
{
color: #7EE0A8;
}
</style>
background-color css
<style>
a { background-color: #7EE0A8; }
a { background-color: rgb(126,224,168); }
div.DivClassName
{
background-color: #7EE0A8;
}
.BgClassName
{
background-color: #7EE0A8;
}
</style>
border-color css
<style>
span { border-color: #7EE0A8; }
span { border-color: rgb(126,224,168); }
td.TdClassName
{
border-color: #7EE0A8;
}
.TagClassName
{
border-color: #7EE0A8;
}
</style>