Shades of Vista Blue #7AEDAC
Tints of Vista Blue #7AEDAC
RGB
CMYK
RGB Variations
Color information
#7AEDAC (or 0x7AEDAC) is known color: Vista Blue. HEX triplet: 7A, ED and AC. RGB value is (122,237,172). Sum of RGB (Red+Green+Blue) = 122+237+172=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AEDAC is #851253. Grayscale: #C3C3C3. Windows color (decimal): -8720980 or 11332986. OLE color: 11332986.
HSL color Cylindrical-coordinate representation of color #7AEDAC: hue angle of 146.09º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDAC is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 172 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.07 |
| HSL | 146.09º | 0.76% | 0.7% | - |
| HSV(B) | 146.09º | 0.49% | 0.93% | - |
| XYZ | 45.76 | 67.68 | 49.68 | - |
| YUV | 195.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 172 | 0.49 | 0 | 0.27 | 0.07 | 146.09 | 0.76 | 0.7 |
| Hex | 7A | ED | AC | 31 | 0 | 1B | 7 | 92 | 4C | 46 |
| Octal | 172 | 355 | 254 | 61 | 0 | 33 | 7 | 222 | 114 | 106 |
| Binary | 1111010 | 11101101 | 10101100 | 110001 | 0 | 11011 | 111 | 10010010 | 1001100 | 1000110 |
Color Harmonies of #7AEDAC
Complementary color
Monochromatic Colors of #7AEDAC
Black with #7AEDAC
Text Example
Text Example
White with #7AEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDAC; }
p { color: rgb(122,237,172); }
H1.HeaderClassName
{
color: #7AEDAC;
}
.AnyTagClassName
{
color: #7AEDAC;
}
</style>
background-color css
<style>
a { background-color: #7AEDAC; }
a { background-color: rgb(122,237,172); }
div.DivClassName
{
background-color: #7AEDAC;
}
.BgClassName
{
background-color: #7AEDAC;
}
</style>
border-color css
<style>
span { border-color: #7AEDAC; }
span { border-color: rgb(122,237,172); }
td.TdClassName
{
border-color: #7AEDAC;
}
.TagClassName
{
border-color: #7AEDAC;
}
</style>