Shades of Vista Blue #7AE09C
Tints of Vista Blue #7AE09C
RGB
CMYK
RGB Variations
Color information
#7AE09C (or 0x7AE09C) is known color: Vista Blue. HEX triplet: 7A, E0 and 9C. RGB value is (122,224,156). Sum of RGB (Red+Green+Blue) = 122+224+156=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE09C is #851F63. Grayscale: #B9B9B9. Windows color (decimal): -8724324 or 10281082. OLE color: 10281082.
HSL color Cylindrical-coordinate representation of color #7AE09C: hue angle of 140º degrees, saturation: 0.62, 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 #7AE09C is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 224 | 156 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.12 |
| HSL | 140º | 0.62% | 0.68% | - |
| HSV(B) | 140º | 0.46% | 0.88% | - |
| XYZ | 40.68 | 59.85 | 40.86 | - |
| YUV | 185.75 | 111.21 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 224 | 156 | 0.46 | 0 | 0.30 | 0.12 | 140 | 0.62 | 0.68 |
| Hex | 7A | E0 | 9C | 2E | 0 | 1E | C | 8C | 3E | 44 |
| Octal | 172 | 340 | 234 | 56 | 0 | 36 | 14 | 214 | 76 | 104 |
| Binary | 1111010 | 11100000 | 10011100 | 101110 | 0 | 11110 | 1100 | 10001100 | 111110 | 1000100 |
Color Harmonies of #7AE09C
Complementary color
Monochromatic Colors of #7AE09C
Black with #7AE09C
Text Example
Text Example
White with #7AE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE09C; }
p { color: rgb(122,224,156); }
H1.HeaderClassName
{
color: #7AE09C;
}
.AnyTagClassName
{
color: #7AE09C;
}
</style>
background-color css
<style>
a { background-color: #7AE09C; }
a { background-color: rgb(122,224,156); }
div.DivClassName
{
background-color: #7AE09C;
}
.BgClassName
{
background-color: #7AE09C;
}
</style>
border-color css
<style>
span { border-color: #7AE09C; }
span { border-color: rgb(122,224,156); }
td.TdClassName
{
border-color: #7AE09C;
}
.TagClassName
{
border-color: #7AE09C;
}
</style>