Shades of Vista Blue #7FE3AA
Tints of Vista Blue #7FE3AA
RGB
CMYK
RGB Variations
Color information
#7FE3AA (or 0x7FE3AA) is known color: Vista Blue. HEX triplet: 7F, E3 and AA. RGB value is (127,227,170). Sum of RGB (Red+Green+Blue) = 127+227+170=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE3AA is #801C55. Grayscale: #BEBEBE. Windows color (decimal): -8395862 or 11199359. OLE color: 11199359.
HSL color Cylindrical-coordinate representation of color #7FE3AA: hue angle of 145.8º 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 #7FE3AA is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 227 | 170 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.11 |
| HSL | 145.8º | 0.64% | 0.69% | - |
| HSV(B) | 145.8º | 0.44% | 0.89% | - |
| XYZ | 43.48 | 62.35 | 47.77 | - |
| YUV | 190.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 170 | 0.44 | 0 | 0.25 | 0.11 | 145.8 | 0.64 | 0.69 |
| Hex | 7F | E3 | AA | 2C | 0 | 19 | B | 92 | 40 | 45 |
| Octal | 177 | 343 | 252 | 54 | 0 | 31 | 13 | 222 | 100 | 105 |
| Binary | 1111111 | 11100011 | 10101010 | 101100 | 0 | 11001 | 1011 | 10010010 | 1000000 | 1000101 |
Color Harmonies of #7FE3AA
Complementary color
Monochromatic Colors of #7FE3AA
Black with #7FE3AA
Text Example
Text Example
White with #7FE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE3AA; }
p { color: rgb(127,227,170); }
H1.HeaderClassName
{
color: #7FE3AA;
}
.AnyTagClassName
{
color: #7FE3AA;
}
</style>
background-color css
<style>
a { background-color: #7FE3AA; }
a { background-color: rgb(127,227,170); }
div.DivClassName
{
background-color: #7FE3AA;
}
.BgClassName
{
background-color: #7FE3AA;
}
</style>
border-color css
<style>
span { border-color: #7FE3AA; }
span { border-color: rgb(127,227,170); }
td.TdClassName
{
border-color: #7FE3AA;
}
.TagClassName
{
border-color: #7FE3AA;
}
</style>