Shades of Vista Blue #7EE3AA
Tints of Vista Blue #7EE3AA
RGB
CMYK
RGB Variations
Color information
#7EE3AA (or 0x7EE3AA) is known color: Vista Blue. HEX triplet: 7E, E3 and AA. RGB value is (126,227,170). Sum of RGB (Red+Green+Blue) = 126+227+170=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE3AA is #811C55. Grayscale: #BEBEBE. Windows color (decimal): -8461398 or 11199358. OLE color: 11199358.
HSL color Cylindrical-coordinate representation of color #7EE3AA: hue angle of 146.14º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE3AA is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 227 | 170 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.11 |
| HSL | 146.14º | 0.64% | 0.69% | - |
| HSV(B) | 146.14º | 0.44% | 0.89% | - |
| XYZ | 43.33 | 62.28 | 47.77 | - |
| YUV | 190.3 | 116.54 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 227 | 170 | 0.44 | 0 | 0.25 | 0.11 | 146.14 | 0.64 | 0.69 |
| Hex | 7E | E3 | AA | 2C | 0 | 19 | B | 92 | 40 | 45 |
| Octal | 176 | 343 | 252 | 54 | 0 | 31 | 13 | 222 | 100 | 105 |
| Binary | 1111110 | 11100011 | 10101010 | 101100 | 0 | 11001 | 1011 | 10010010 | 1000000 | 1000101 |
Color Harmonies of #7EE3AA
Complementary color
Monochromatic Colors of #7EE3AA
Black with #7EE3AA
Text Example
Text Example
White with #7EE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE3AA; }
p { color: rgb(126,227,170); }
H1.HeaderClassName
{
color: #7EE3AA;
}
.AnyTagClassName
{
color: #7EE3AA;
}
</style>
background-color css
<style>
a { background-color: #7EE3AA; }
a { background-color: rgb(126,227,170); }
div.DivClassName
{
background-color: #7EE3AA;
}
.BgClassName
{
background-color: #7EE3AA;
}
</style>
border-color css
<style>
span { border-color: #7EE3AA; }
span { border-color: rgb(126,227,170); }
td.TdClassName
{
border-color: #7EE3AA;
}
.TagClassName
{
border-color: #7EE3AA;
}
</style>