Shades of Vista Blue #7ED5AA
Tints of Vista Blue #7ED5AA
RGB
CMYK
RGB Variations
Color information
#7ED5AA (or 0x7ED5AA) is known color: Vista Blue. HEX triplet: 7E, D5 and AA. RGB value is (126,213,170). Sum of RGB (Red+Green+Blue) = 126+213+170=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED5AA is #812A55. Grayscale: #B6B6B6. Windows color (decimal): -8464982 or 11195774. OLE color: 11195774.
HSL color Cylindrical-coordinate representation of color #7ED5AA: hue angle of 150.34º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED5AA is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 170 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.16 |
| HSL | 150.34º | 0.51% | 0.66% | - |
| HSV(B) | 150.34º | 0.41% | 0.84% | - |
| XYZ | 39.65 | 54.93 | 46.54 | - |
| YUV | 182.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 170 | 0.41 | 0 | 0.20 | 0.16 | 150.34 | 0.51 | 0.66 |
| Hex | 7E | D5 | AA | 29 | 0 | 14 | 10 | 96 | 33 | 42 |
| Octal | 176 | 325 | 252 | 51 | 0 | 24 | 20 | 226 | 63 | 102 |
| Binary | 1111110 | 11010101 | 10101010 | 101001 | 0 | 10100 | 10000 | 10010110 | 110011 | 1000010 |
Color Harmonies of #7ED5AA
Complementary color
Monochromatic Colors of #7ED5AA
Black with #7ED5AA
Text Example
Text Example
White with #7ED5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED5AA; }
p { color: rgb(126,213,170); }
H1.HeaderClassName
{
color: #7ED5AA;
}
.AnyTagClassName
{
color: #7ED5AA;
}
</style>
background-color css
<style>
a { background-color: #7ED5AA; }
a { background-color: rgb(126,213,170); }
div.DivClassName
{
background-color: #7ED5AA;
}
.BgClassName
{
background-color: #7ED5AA;
}
</style>
border-color css
<style>
span { border-color: #7ED5AA; }
span { border-color: rgb(126,213,170); }
td.TdClassName
{
border-color: #7ED5AA;
}
.TagClassName
{
border-color: #7ED5AA;
}
</style>