Shades of Vista Blue #7AE6A0
Tints of Vista Blue #7AE6A0
RGB
CMYK
RGB Variations
Color information
#7AE6A0 (or 0x7AE6A0) is known color: Vista Blue. HEX triplet: 7A, E6 and A0. RGB value is (122,230,160). Sum of RGB (Red+Green+Blue) = 122+230+160=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE6A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE6A0 is #85195F. Grayscale: #BDBDBD. Windows color (decimal): -8722784 or 10544762. OLE color: 10544762.
HSL color Cylindrical-coordinate representation of color #7AE6A0: hue angle of 141.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE6A0 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 230 | 160 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.10 |
| HSL | 141.11º | 0.68% | 0.69% | - |
| HSV(B) | 141.11º | 0.47% | 0.9% | - |
| XYZ | 42.67 | 63.27 | 43.22 | - |
| YUV | 189.73 | 111.22 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 230 | 160 | 0.47 | 0 | 0.30 | 0.10 | 141.11 | 0.68 | 0.69 |
| Hex | 7A | E6 | A0 | 2F | 0 | 1E | A | 8D | 44 | 45 |
| Octal | 172 | 346 | 240 | 57 | 0 | 36 | 12 | 215 | 104 | 105 |
| Binary | 1111010 | 11100110 | 10100000 | 101111 | 0 | 11110 | 1010 | 10001101 | 1000100 | 1000101 |
Color Harmonies of #7AE6A0
Complementary color
Monochromatic Colors of #7AE6A0
Black with #7AE6A0
Text Example
Text Example
White with #7AE6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE6A0; }
p { color: rgb(122,230,160); }
H1.HeaderClassName
{
color: #7AE6A0;
}
.AnyTagClassName
{
color: #7AE6A0;
}
</style>
background-color css
<style>
a { background-color: #7AE6A0; }
a { background-color: rgb(122,230,160); }
div.DivClassName
{
background-color: #7AE6A0;
}
.BgClassName
{
background-color: #7AE6A0;
}
</style>
border-color css
<style>
span { border-color: #7AE6A0; }
span { border-color: rgb(122,230,160); }
td.TdClassName
{
border-color: #7AE6A0;
}
.TagClassName
{
border-color: #7AE6A0;
}
</style>