Shades of Vista Blue #7EE5AC
Tints of Vista Blue #7EE5AC
RGB
CMYK
RGB Variations
Color information
#7EE5AC (or 0x7EE5AC) is known color: Vista Blue. HEX triplet: 7E, E5 and AC. RGB value is (126,229,172). Sum of RGB (Red+Green+Blue) = 126+229+172=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE5AC is #811A53. Grayscale: #BFBFBF. Windows color (decimal): -8460884 or 11330942. OLE color: 11330942.
HSL color Cylindrical-coordinate representation of color #7EE5AC: hue angle of 146.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE5AC is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 172 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.10 |
| HSL | 146.8º | 0.66% | 0.7% | - |
| HSV(B) | 146.8º | 0.45% | 0.9% | - |
| XYZ | 44.07 | 63.45 | 48.95 | - |
| YUV | 191.71 | 116.88 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 172 | 0.45 | 0 | 0.25 | 0.10 | 146.8 | 0.66 | 0.7 |
| Hex | 7E | E5 | AC | 2D | 0 | 19 | A | 93 | 42 | 46 |
| Octal | 176 | 345 | 254 | 55 | 0 | 31 | 12 | 223 | 102 | 106 |
| Binary | 1111110 | 11100101 | 10101100 | 101101 | 0 | 11001 | 1010 | 10010011 | 1000010 | 1000110 |
Color Harmonies of #7EE5AC
Complementary color
Monochromatic Colors of #7EE5AC
Black with #7EE5AC
Text Example
Text Example
White with #7EE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE5AC; }
p { color: rgb(126,229,172); }
H1.HeaderClassName
{
color: #7EE5AC;
}
.AnyTagClassName
{
color: #7EE5AC;
}
</style>
background-color css
<style>
a { background-color: #7EE5AC; }
a { background-color: rgb(126,229,172); }
div.DivClassName
{
background-color: #7EE5AC;
}
.BgClassName
{
background-color: #7EE5AC;
}
</style>
border-color css
<style>
span { border-color: #7EE5AC; }
span { border-color: rgb(126,229,172); }
td.TdClassName
{
border-color: #7EE5AC;
}
.TagClassName
{
border-color: #7EE5AC;
}
</style>