Shades of Vista Blue #7AE5B2
Tints of Vista Blue #7AE5B2
RGB
CMYK
RGB Variations
Color information
#7AE5B2 (or 0x7AE5B2) is known color: Vista Blue. HEX triplet: 7A, E5 and B2. RGB value is (122,229,178). Sum of RGB (Red+Green+Blue) = 122+229+178=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE5B2 is #851A4D. Grayscale: #BFBFBF. Windows color (decimal): -8723022 or 11724154. OLE color: 11724154.
HSL color Cylindrical-coordinate representation of color #7AE5B2: hue angle of 151.4º degrees, saturation: 0.67, 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 #7AE5B2 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 229 | 178 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.10 |
| HSL | 151.4º | 0.67% | 0.69% | - |
| HSV(B) | 151.4º | 0.47% | 0.9% | - |
| XYZ | 44.08 | 63.39 | 52.03 | - |
| YUV | 191.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 178 | 0.47 | 0 | 0.22 | 0.10 | 151.4 | 0.67 | 0.69 |
| Hex | 7A | E5 | B2 | 2F | 0 | 16 | A | 97 | 43 | 45 |
| Octal | 172 | 345 | 262 | 57 | 0 | 26 | 12 | 227 | 103 | 105 |
| Binary | 1111010 | 11100101 | 10110010 | 101111 | 0 | 10110 | 1010 | 10010111 | 1000011 | 1000101 |
Color Harmonies of #7AE5B2
Complementary color
Monochromatic Colors of #7AE5B2
Black with #7AE5B2
Text Example
Text Example
White with #7AE5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE5B2; }
p { color: rgb(122,229,178); }
H1.HeaderClassName
{
color: #7AE5B2;
}
.AnyTagClassName
{
color: #7AE5B2;
}
</style>
background-color css
<style>
a { background-color: #7AE5B2; }
a { background-color: rgb(122,229,178); }
div.DivClassName
{
background-color: #7AE5B2;
}
.BgClassName
{
background-color: #7AE5B2;
}
</style>
border-color css
<style>
span { border-color: #7AE5B2; }
span { border-color: rgb(122,229,178); }
td.TdClassName
{
border-color: #7AE5B2;
}
.TagClassName
{
border-color: #7AE5B2;
}
</style>