Shades of Vista Blue #7ADD9F
Tints of Vista Blue #7ADD9F
RGB
CMYK
RGB Variations
Color information
#7ADD9F (or 0x7ADD9F) is known color: Vista Blue. HEX triplet: 7A, DD and 9F. RGB value is (122,221,159). Sum of RGB (Red+Green+Blue) = 122+221+159=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADD9F is #852260. Grayscale: #B8B8B8. Windows color (decimal): -8725089 or 10476922. OLE color: 10476922.
HSL color Cylindrical-coordinate representation of color #7ADD9F: hue angle of 142.42º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADD9F is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 159 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.13 |
| HSL | 142.42º | 0.59% | 0.67% | - |
| HSV(B) | 142.42º | 0.45% | 0.87% | - |
| XYZ | 40.14 | 58.35 | 41.95 | - |
| YUV | 184.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 159 | 0.45 | 0 | 0.28 | 0.13 | 142.42 | 0.59 | 0.67 |
| Hex | 7A | DD | 9F | 2D | 0 | 1C | D | 8E | 3B | 43 |
| Octal | 172 | 335 | 237 | 55 | 0 | 34 | 15 | 216 | 73 | 103 |
| Binary | 1111010 | 11011101 | 10011111 | 101101 | 0 | 11100 | 1101 | 10001110 | 111011 | 1000011 |
Color Harmonies of #7ADD9F
Complementary color
Monochromatic Colors of #7ADD9F
Black with #7ADD9F
Text Example
Text Example
White with #7ADD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD9F; }
p { color: rgb(122,221,159); }
H1.HeaderClassName
{
color: #7ADD9F;
}
.AnyTagClassName
{
color: #7ADD9F;
}
</style>
background-color css
<style>
a { background-color: #7ADD9F; }
a { background-color: rgb(122,221,159); }
div.DivClassName
{
background-color: #7ADD9F;
}
.BgClassName
{
background-color: #7ADD9F;
}
</style>
border-color css
<style>
span { border-color: #7ADD9F; }
span { border-color: rgb(122,221,159); }
td.TdClassName
{
border-color: #7ADD9F;
}
.TagClassName
{
border-color: #7ADD9F;
}
</style>