Shades of Vista Blue #7AE1A6
Tints of Vista Blue #7AE1A6
RGB
CMYK
RGB Variations
Color information
#7AE1A6 (or 0x7AE1A6) is known color: Vista Blue. HEX triplet: 7A, E1 and A6. RGB value is (122,225,166). Sum of RGB (Red+Green+Blue) = 122+225+166=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE1A6 is #851E59. Grayscale: #BBBBBB. Windows color (decimal): -8724058 or 10936698. OLE color: 10936698.
HSL color Cylindrical-coordinate representation of color #7AE1A6: hue angle of 145.63º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE1A6 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 225 | 166 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.12 |
| HSL | 145.63º | 0.63% | 0.68% | - |
| HSV(B) | 145.63º | 0.46% | 0.88% | - |
| XYZ | 41.83 | 60.74 | 45.6 | - |
| YUV | 187.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 225 | 166 | 0.46 | 0 | 0.26 | 0.12 | 145.63 | 0.63 | 0.68 |
| Hex | 7A | E1 | A6 | 2E | 0 | 1A | C | 92 | 3F | 44 |
| Octal | 172 | 341 | 246 | 56 | 0 | 32 | 14 | 222 | 77 | 104 |
| Binary | 1111010 | 11100001 | 10100110 | 101110 | 0 | 11010 | 1100 | 10010010 | 111111 | 1000100 |
Color Harmonies of #7AE1A6
Complementary color
Monochromatic Colors of #7AE1A6
Black with #7AE1A6
Text Example
Text Example
White with #7AE1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE1A6; }
p { color: rgb(122,225,166); }
H1.HeaderClassName
{
color: #7AE1A6;
}
.AnyTagClassName
{
color: #7AE1A6;
}
</style>
background-color css
<style>
a { background-color: #7AE1A6; }
a { background-color: rgb(122,225,166); }
div.DivClassName
{
background-color: #7AE1A6;
}
.BgClassName
{
background-color: #7AE1A6;
}
</style>
border-color css
<style>
span { border-color: #7AE1A6; }
span { border-color: rgb(122,225,166); }
td.TdClassName
{
border-color: #7AE1A6;
}
.TagClassName
{
border-color: #7AE1A6;
}
</style>