Shades of Vista Blue #7ED4A4
Tints of Vista Blue #7ED4A4
RGB
CMYK
RGB Variations
Color information
#7ED4A4 (or 0x7ED4A4) is known color: Vista Blue. HEX triplet: 7E, D4 and A4. RGB value is (126,212,164). Sum of RGB (Red+Green+Blue) = 126+212+164=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED4A4 is #812B5B. Grayscale: #B4B4B4. Windows color (decimal): -8465244 or 10802302. OLE color: 10802302.
HSL color Cylindrical-coordinate representation of color #7ED4A4: hue angle of 146.51º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED4A4 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 164 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.17 |
| HSL | 146.51º | 0.5% | 0.66% | - |
| HSV(B) | 146.51º | 0.41% | 0.83% | - |
| XYZ | 38.85 | 54.2 | 43.54 | - |
| YUV | 180.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 164 | 0.41 | 0 | 0.23 | 0.17 | 146.51 | 0.5 | 0.66 |
| Hex | 7E | D4 | A4 | 29 | 0 | 17 | 11 | 93 | 32 | 42 |
| Octal | 176 | 324 | 244 | 51 | 0 | 27 | 21 | 223 | 62 | 102 |
| Binary | 1111110 | 11010100 | 10100100 | 101001 | 0 | 10111 | 10001 | 10010011 | 110010 | 1000010 |
Color Harmonies of #7ED4A4
Complementary color
Monochromatic Colors of #7ED4A4
Black with #7ED4A4
Text Example
Text Example
White with #7ED4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED4A4; }
p { color: rgb(126,212,164); }
H1.HeaderClassName
{
color: #7ED4A4;
}
.AnyTagClassName
{
color: #7ED4A4;
}
</style>
background-color css
<style>
a { background-color: #7ED4A4; }
a { background-color: rgb(126,212,164); }
div.DivClassName
{
background-color: #7ED4A4;
}
.BgClassName
{
background-color: #7ED4A4;
}
</style>
border-color css
<style>
span { border-color: #7ED4A4; }
span { border-color: rgb(126,212,164); }
td.TdClassName
{
border-color: #7ED4A4;
}
.TagClassName
{
border-color: #7ED4A4;
}
</style>