Shades of Vista Blue #7EE09F
Tints of Vista Blue #7EE09F
RGB
CMYK
RGB Variations
Color information
#7EE09F (or 0x7EE09F) is known color: Vista Blue. HEX triplet: 7E, E0 and 9F. RGB value is (126,224,159). Sum of RGB (Red+Green+Blue) = 126+224+159=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE09F is #811F60. Grayscale: #BBBBBB. Windows color (decimal): -8462177 or 10477694. OLE color: 10477694.
HSL color Cylindrical-coordinate representation of color #7EE09F: hue angle of 140.2º 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 #7EE09F is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 159 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.12 |
| HSL | 140.2º | 0.61% | 0.69% | - |
| HSV(B) | 140.2º | 0.44% | 0.88% | - |
| XYZ | 41.52 | 60.25 | 42.24 | - |
| YUV | 187.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 159 | 0.44 | 0 | 0.29 | 0.12 | 140.2 | 0.61 | 0.69 |
| Hex | 7E | E0 | 9F | 2C | 0 | 1D | C | 8C | 3D | 45 |
| Octal | 176 | 340 | 237 | 54 | 0 | 35 | 14 | 214 | 75 | 105 |
| Binary | 1111110 | 11100000 | 10011111 | 101100 | 0 | 11101 | 1100 | 10001100 | 111101 | 1000101 |
Color Harmonies of #7EE09F
Complementary color
Monochromatic Colors of #7EE09F
Black with #7EE09F
Text Example
Text Example
White with #7EE09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE09F; }
p { color: rgb(126,224,159); }
H1.HeaderClassName
{
color: #7EE09F;
}
.AnyTagClassName
{
color: #7EE09F;
}
</style>
background-color css
<style>
a { background-color: #7EE09F; }
a { background-color: rgb(126,224,159); }
div.DivClassName
{
background-color: #7EE09F;
}
.BgClassName
{
background-color: #7EE09F;
}
</style>
border-color css
<style>
span { border-color: #7EE09F; }
span { border-color: rgb(126,224,159); }
td.TdClassName
{
border-color: #7EE09F;
}
.TagClassName
{
border-color: #7EE09F;
}
</style>