Shades of Vista Blue #7ADE9C
Tints of Vista Blue #7ADE9C
RGB
CMYK
RGB Variations
Color information
#7ADE9C (or 0x7ADE9C) is known color: Vista Blue. HEX triplet: 7A, DE and 9C. RGB value is (122,222,156). Sum of RGB (Red+Green+Blue) = 122+222+156=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE9C is #852163. Grayscale: #B8B8B8. Windows color (decimal): -8724836 or 10280570. OLE color: 10280570.
HSL color Cylindrical-coordinate representation of color #7ADE9C: hue angle of 140.4º 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 #7ADE9C is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 156 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.13 |
| HSL | 140.4º | 0.6% | 0.67% | - |
| HSV(B) | 140.4º | 0.45% | 0.87% | - |
| XYZ | 40.15 | 58.78 | 40.68 | - |
| YUV | 184.58 | 111.87 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 156 | 0.45 | 0 | 0.30 | 0.13 | 140.4 | 0.6 | 0.67 |
| Hex | 7A | DE | 9C | 2D | 0 | 1E | D | 8C | 3C | 43 |
| Octal | 172 | 336 | 234 | 55 | 0 | 36 | 15 | 214 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10011100 | 101101 | 0 | 11110 | 1101 | 10001100 | 111100 | 1000011 |
Color Harmonies of #7ADE9C
Complementary color
Monochromatic Colors of #7ADE9C
Black with #7ADE9C
Text Example
Text Example
White with #7ADE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE9C; }
p { color: rgb(122,222,156); }
H1.HeaderClassName
{
color: #7ADE9C;
}
.AnyTagClassName
{
color: #7ADE9C;
}
</style>
background-color css
<style>
a { background-color: #7ADE9C; }
a { background-color: rgb(122,222,156); }
div.DivClassName
{
background-color: #7ADE9C;
}
.BgClassName
{
background-color: #7ADE9C;
}
</style>
border-color css
<style>
span { border-color: #7ADE9C; }
span { border-color: rgb(122,222,156); }
td.TdClassName
{
border-color: #7ADE9C;
}
.TagClassName
{
border-color: #7ADE9C;
}
</style>