Shades of Vista Blue #7ED3A1
Tints of Vista Blue #7ED3A1
RGB
CMYK
RGB Variations
Color information
#7ED3A1 (or 0x7ED3A1) is known color: Vista Blue. HEX triplet: 7E, D3 and A1. RGB value is (126,211,161). Sum of RGB (Red+Green+Blue) = 126+211+161=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED3A1 is #812C5E. Grayscale: #B4B4B4. Windows color (decimal): -8465503 or 10605438. OLE color: 10605438.
HSL color Cylindrical-coordinate representation of color #7ED3A1: hue angle of 144.71º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3A1 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 161 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.17 |
| HSL | 144.71º | 0.49% | 0.66% | - |
| HSV(B) | 144.71º | 0.4% | 0.83% | - |
| XYZ | 38.33 | 53.6 | 42.04 | - |
| YUV | 179.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 161 | 0.40 | 0 | 0.24 | 0.17 | 144.71 | 0.49 | 0.66 |
| Hex | 7E | D3 | A1 | 28 | 0 | 18 | 11 | 91 | 31 | 42 |
| Octal | 176 | 323 | 241 | 50 | 0 | 30 | 21 | 221 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10100001 | 101000 | 0 | 11000 | 10001 | 10010001 | 110001 | 1000010 |
Color Harmonies of #7ED3A1
Complementary color
Monochromatic Colors of #7ED3A1
Black with #7ED3A1
Text Example
Text Example
White with #7ED3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3A1; }
p { color: rgb(126,211,161); }
H1.HeaderClassName
{
color: #7ED3A1;
}
.AnyTagClassName
{
color: #7ED3A1;
}
</style>
background-color css
<style>
a { background-color: #7ED3A1; }
a { background-color: rgb(126,211,161); }
div.DivClassName
{
background-color: #7ED3A1;
}
.BgClassName
{
background-color: #7ED3A1;
}
</style>
border-color css
<style>
span { border-color: #7ED3A1; }
span { border-color: rgb(126,211,161); }
td.TdClassName
{
border-color: #7ED3A1;
}
.TagClassName
{
border-color: #7ED3A1;
}
</style>