Shades of Vista Blue #7ADE9F
Tints of Vista Blue #7ADE9F
RGB
CMYK
RGB Variations
Color information
#7ADE9F (or 0x7ADE9F) is known color: Vista Blue. HEX triplet: 7A, DE and 9F. RGB value is (122,222,159). Sum of RGB (Red+Green+Blue) = 122+222+159=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE9F is #852160. Grayscale: #B9B9B9. Windows color (decimal): -8724833 or 10477178. OLE color: 10477178.
HSL color Cylindrical-coordinate representation of color #7ADE9F: hue angle of 142.2º degrees, saturation: 0.6, 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 #7ADE9F is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 159 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.13 |
| HSL | 142.2º | 0.6% | 0.67% | - |
| HSV(B) | 142.2º | 0.45% | 0.87% | - |
| XYZ | 40.41 | 58.88 | 42.04 | - |
| YUV | 184.92 | 113.37 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 159 | 0.45 | 0 | 0.28 | 0.13 | 142.2 | 0.6 | 0.67 |
| Hex | 7A | DE | 9F | 2D | 0 | 1C | D | 8E | 3C | 43 |
| Octal | 172 | 336 | 237 | 55 | 0 | 34 | 15 | 216 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10011111 | 101101 | 0 | 11100 | 1101 | 10001110 | 111100 | 1000011 |
Color Harmonies of #7ADE9F
Complementary color
Monochromatic Colors of #7ADE9F
Black with #7ADE9F
Text Example
Text Example
White with #7ADE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE9F; }
p { color: rgb(122,222,159); }
H1.HeaderClassName
{
color: #7ADE9F;
}
.AnyTagClassName
{
color: #7ADE9F;
}
</style>
background-color css
<style>
a { background-color: #7ADE9F; }
a { background-color: rgb(122,222,159); }
div.DivClassName
{
background-color: #7ADE9F;
}
.BgClassName
{
background-color: #7ADE9F;
}
</style>
border-color css
<style>
span { border-color: #7ADE9F; }
span { border-color: rgb(122,222,159); }
td.TdClassName
{
border-color: #7ADE9F;
}
.TagClassName
{
border-color: #7ADE9F;
}
</style>