Shades of Vista Blue #7ADF9D
Tints of Vista Blue #7ADF9D
RGB
CMYK
RGB Variations
Color information
#7ADF9D (or 0x7ADF9D) is known color: Vista Blue. HEX triplet: 7A, DF and 9D. RGB value is (122,223,157). Sum of RGB (Red+Green+Blue) = 122+223+157=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF9D is #852062. Grayscale: #B9B9B9. Windows color (decimal): -8724579 or 10346362. OLE color: 10346362.
HSL color Cylindrical-coordinate representation of color #7ADF9D: hue angle of 140.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADF9D is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 157 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.13 |
| HSL | 140.79º | 0.61% | 0.68% | - |
| HSV(B) | 140.79º | 0.45% | 0.87% | - |
| XYZ | 40.5 | 59.35 | 41.22 | - |
| YUV | 185.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 157 | 0.45 | 0 | 0.30 | 0.13 | 140.79 | 0.61 | 0.68 |
| Hex | 7A | DF | 9D | 2D | 0 | 1E | D | 8D | 3D | 44 |
| Octal | 172 | 337 | 235 | 55 | 0 | 36 | 15 | 215 | 75 | 104 |
| Binary | 1111010 | 11011111 | 10011101 | 101101 | 0 | 11110 | 1101 | 10001101 | 111101 | 1000100 |
Color Harmonies of #7ADF9D
Complementary color
Monochromatic Colors of #7ADF9D
Black with #7ADF9D
Text Example
Text Example
White with #7ADF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF9D; }
p { color: rgb(122,223,157); }
H1.HeaderClassName
{
color: #7ADF9D;
}
.AnyTagClassName
{
color: #7ADF9D;
}
</style>
background-color css
<style>
a { background-color: #7ADF9D; }
a { background-color: rgb(122,223,157); }
div.DivClassName
{
background-color: #7ADF9D;
}
.BgClassName
{
background-color: #7ADF9D;
}
</style>
border-color css
<style>
span { border-color: #7ADF9D; }
span { border-color: rgb(122,223,157); }
td.TdClassName
{
border-color: #7ADF9D;
}
.TagClassName
{
border-color: #7ADF9D;
}
</style>