Shades of Vista Blue #7ADF9E
Tints of Vista Blue #7ADF9E
RGB
CMYK
RGB Variations
Color information
#7ADF9E (or 0x7ADF9E) is known color: Vista Blue. HEX triplet: 7A, DF and 9E. RGB value is (122,223,158). Sum of RGB (Red+Green+Blue) = 122+223+158=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF9E is #852061. Grayscale: #B9B9B9. Windows color (decimal): -8724578 or 10411898. OLE color: 10411898.
HSL color Cylindrical-coordinate representation of color #7ADF9E: hue angle of 141.39º 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 #7ADF9E is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 158 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.13 |
| HSL | 141.39º | 0.61% | 0.68% | - |
| HSV(B) | 141.39º | 0.45% | 0.87% | - |
| XYZ | 40.59 | 59.38 | 41.67 | - |
| YUV | 185.39 | 112.54 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 158 | 0.45 | 0 | 0.29 | 0.13 | 141.39 | 0.61 | 0.68 |
| Hex | 7A | DF | 9E | 2D | 0 | 1D | D | 8D | 3D | 44 |
| Octal | 172 | 337 | 236 | 55 | 0 | 35 | 15 | 215 | 75 | 104 |
| Binary | 1111010 | 11011111 | 10011110 | 101101 | 0 | 11101 | 1101 | 10001101 | 111101 | 1000100 |
Color Harmonies of #7ADF9E
Complementary color
Monochromatic Colors of #7ADF9E
Black with #7ADF9E
Text Example
Text Example
White with #7ADF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF9E; }
p { color: rgb(122,223,158); }
H1.HeaderClassName
{
color: #7ADF9E;
}
.AnyTagClassName
{
color: #7ADF9E;
}
</style>
background-color css
<style>
a { background-color: #7ADF9E; }
a { background-color: rgb(122,223,158); }
div.DivClassName
{
background-color: #7ADF9E;
}
.BgClassName
{
background-color: #7ADF9E;
}
</style>
border-color css
<style>
span { border-color: #7ADF9E; }
span { border-color: rgb(122,223,158); }
td.TdClassName
{
border-color: #7ADF9E;
}
.TagClassName
{
border-color: #7ADF9E;
}
</style>