Shades of Vista Blue #7AECAD
Tints of Vista Blue #7AECAD
RGB
CMYK
RGB Variations
Color information
#7AECAD (or 0x7AECAD) is known color: Vista Blue. HEX triplet: 7A, EC and AD. RGB value is (122,236,173). Sum of RGB (Red+Green+Blue) = 122+236+173=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AECAD is #851352. Grayscale: #C2C2C2. Windows color (decimal): -8721235 or 11398266. OLE color: 11398266.
HSL color Cylindrical-coordinate representation of color #7AECAD: hue angle of 146.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AECAD is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 236 | 173 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.07 |
| HSL | 146.84º | 0.75% | 0.7% | - |
| HSV(B) | 146.84º | 0.48% | 0.93% | - |
| XYZ | 45.56 | 67.15 | 50.09 | - |
| YUV | 194.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 173 | 0.48 | 0 | 0.27 | 0.07 | 146.84 | 0.75 | 0.7 |
| Hex | 7A | EC | AD | 30 | 0 | 1B | 7 | 93 | 4B | 46 |
| Octal | 172 | 354 | 255 | 60 | 0 | 33 | 7 | 223 | 113 | 106 |
| Binary | 1111010 | 11101100 | 10101101 | 110000 | 0 | 11011 | 111 | 10010011 | 1001011 | 1000110 |
Color Harmonies of #7AECAD
Complementary color
Monochromatic Colors of #7AECAD
Black with #7AECAD
Text Example
Text Example
White with #7AECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECAD; }
p { color: rgb(122,236,173); }
H1.HeaderClassName
{
color: #7AECAD;
}
.AnyTagClassName
{
color: #7AECAD;
}
</style>
background-color css
<style>
a { background-color: #7AECAD; }
a { background-color: rgb(122,236,173); }
div.DivClassName
{
background-color: #7AECAD;
}
.BgClassName
{
background-color: #7AECAD;
}
</style>
border-color css
<style>
span { border-color: #7AECAD; }
span { border-color: rgb(122,236,173); }
td.TdClassName
{
border-color: #7AECAD;
}
.TagClassName
{
border-color: #7AECAD;
}
</style>