Shades of Vista Blue #7ED3A3
Tints of Vista Blue #7ED3A3
RGB
CMYK
RGB Variations
Color information
#7ED3A3 (or 0x7ED3A3) is known color: Vista Blue. HEX triplet: 7E, D3 and A3. RGB value is (126,211,163). Sum of RGB (Red+Green+Blue) = 126+211+163=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED3A3 is #812C5C. Grayscale: #B4B4B4. Windows color (decimal): -8465501 or 10736510. OLE color: 10736510.
HSL color Cylindrical-coordinate representation of color #7ED3A3: hue angle of 146.12º 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 #7ED3A3 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 163 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.17 |
| HSL | 146.12º | 0.49% | 0.66% | - |
| HSV(B) | 146.12º | 0.4% | 0.83% | - |
| XYZ | 38.51 | 53.67 | 42.98 | - |
| YUV | 180.11 | 118.34 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 163 | 0.40 | 0 | 0.23 | 0.17 | 146.12 | 0.49 | 0.66 |
| Hex | 7E | D3 | A3 | 28 | 0 | 17 | 11 | 92 | 31 | 42 |
| Octal | 176 | 323 | 243 | 50 | 0 | 27 | 21 | 222 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10100011 | 101000 | 0 | 10111 | 10001 | 10010010 | 110001 | 1000010 |
Color Harmonies of #7ED3A3
Complementary color
Monochromatic Colors of #7ED3A3
Black with #7ED3A3
Text Example
Text Example
White with #7ED3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3A3; }
p { color: rgb(126,211,163); }
H1.HeaderClassName
{
color: #7ED3A3;
}
.AnyTagClassName
{
color: #7ED3A3;
}
</style>
background-color css
<style>
a { background-color: #7ED3A3; }
a { background-color: rgb(126,211,163); }
div.DivClassName
{
background-color: #7ED3A3;
}
.BgClassName
{
background-color: #7ED3A3;
}
</style>
border-color css
<style>
span { border-color: #7ED3A3; }
span { border-color: rgb(126,211,163); }
td.TdClassName
{
border-color: #7ED3A3;
}
.TagClassName
{
border-color: #7ED3A3;
}
</style>