Shades of Vista Blue #7DD79E
Tints of Vista Blue #7DD79E
RGB
CMYK
RGB Variations
Color information
#7DD79E (or 0x7DD79E) is known color: Vista Blue. HEX triplet: 7D, D7 and 9E. RGB value is (125,215,158). Sum of RGB (Red+Green+Blue) = 125+215+158=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD79E is #822861. Grayscale: #B5B5B5. Windows color (decimal): -8530018 or 10409853. OLE color: 10409853.
HSL color Cylindrical-coordinate representation of color #7DD79E: hue angle of 142º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD79E is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 158 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.16 |
| HSL | 142º | 0.53% | 0.67% | - |
| HSV(B) | 142º | 0.42% | 0.84% | - |
| XYZ | 38.93 | 55.43 | 40.99 | - |
| YUV | 181.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 158 | 0.42 | 0 | 0.27 | 0.16 | 142 | 0.53 | 0.67 |
| Hex | 7D | D7 | 9E | 2A | 0 | 1B | 10 | 8E | 35 | 43 |
| Octal | 175 | 327 | 236 | 52 | 0 | 33 | 20 | 216 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10011110 | 101010 | 0 | 11011 | 10000 | 10001110 | 110101 | 1000011 |
Color Harmonies of #7DD79E
Complementary color
Monochromatic Colors of #7DD79E
Black with #7DD79E
Text Example
Text Example
White with #7DD79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD79E; }
p { color: rgb(125,215,158); }
H1.HeaderClassName
{
color: #7DD79E;
}
.AnyTagClassName
{
color: #7DD79E;
}
</style>
background-color css
<style>
a { background-color: #7DD79E; }
a { background-color: rgb(125,215,158); }
div.DivClassName
{
background-color: #7DD79E;
}
.BgClassName
{
background-color: #7DD79E;
}
</style>
border-color css
<style>
span { border-color: #7DD79E; }
span { border-color: rgb(125,215,158); }
td.TdClassName
{
border-color: #7DD79E;
}
.TagClassName
{
border-color: #7DD79E;
}
</style>