Shades of Vista Blue #7ED29F
Tints of Vista Blue #7ED29F
RGB
CMYK
RGB Variations
Color information
#7ED29F (or 0x7ED29F) is known color: Vista Blue. HEX triplet: 7E, D2 and 9F. RGB value is (126,210,159). Sum of RGB (Red+Green+Blue) = 126+210+159=495 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.45% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED29F is #812D60. Grayscale: #B3B3B3. Windows color (decimal): -8465761 or 10474110. OLE color: 10474110.
HSL color Cylindrical-coordinate representation of color #7ED29F: hue angle of 143.57º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED29F is Cyan = 0.4, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 159 | - |
| CMYK | 0.4 | 0 | 0.24 | 0.18 |
| HSL | 143.57º | 0.48% | 0.66% | - |
| HSV(B) | 143.57º | 0.4% | 0.82% | - |
| XYZ | 37.91 | 53.03 | 41.04 | - |
| YUV | 179.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 159 | 0.4 | 0 | 0.24 | 0.18 | 143.57 | 0.48 | 0.66 |
| Hex | 7E | D2 | 9F | 28 | 0 | 18 | 12 | 90 | 30 | 42 |
| Octal | 176 | 322 | 237 | 50 | 0 | 30 | 22 | 220 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10011111 | 101000 | 0 | 11000 | 10010 | 10010000 | 110000 | 1000010 |
Color Harmonies of #7ED29F
Complementary color
Monochromatic Colors of #7ED29F
Black with #7ED29F
Text Example
Text Example
White with #7ED29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED29F; }
p { color: rgb(126,210,159); }
H1.HeaderClassName
{
color: #7ED29F;
}
.AnyTagClassName
{
color: #7ED29F;
}
</style>
background-color css
<style>
a { background-color: #7ED29F; }
a { background-color: rgb(126,210,159); }
div.DivClassName
{
background-color: #7ED29F;
}
.BgClassName
{
background-color: #7ED29F;
}
</style>
border-color css
<style>
span { border-color: #7ED29F; }
span { border-color: rgb(126,210,159); }
td.TdClassName
{
border-color: #7ED29F;
}
.TagClassName
{
border-color: #7ED29F;
}
</style>