Shades of Vista Blue #7DD69E
Tints of Vista Blue #7DD69E
RGB
CMYK
RGB Variations
Color information
#7DD69E (or 0x7DD69E) is known color: Vista Blue. HEX triplet: 7D, D6 and 9E. RGB value is (125,214,158). Sum of RGB (Red+Green+Blue) = 125+214+158=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD69E is #822961. Grayscale: #B5B5B5. Windows color (decimal): -8530274 or 10409597. OLE color: 10409597.
HSL color Cylindrical-coordinate representation of color #7DD69E: hue angle of 142.25º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD69E is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 158 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.16 |
| HSL | 142.25º | 0.52% | 0.66% | - |
| HSV(B) | 142.25º | 0.42% | 0.84% | - |
| XYZ | 38.68 | 54.92 | 40.91 | - |
| YUV | 181.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 158 | 0.42 | 0 | 0.26 | 0.16 | 142.25 | 0.52 | 0.66 |
| Hex | 7D | D6 | 9E | 2A | 0 | 1A | 10 | 8E | 34 | 42 |
| Octal | 175 | 326 | 236 | 52 | 0 | 32 | 20 | 216 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10011110 | 101010 | 0 | 11010 | 10000 | 10001110 | 110100 | 1000010 |
Color Harmonies of #7DD69E
Complementary color
Monochromatic Colors of #7DD69E
Black with #7DD69E
Text Example
Text Example
White with #7DD69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD69E; }
p { color: rgb(125,214,158); }
H1.HeaderClassName
{
color: #7DD69E;
}
.AnyTagClassName
{
color: #7DD69E;
}
</style>
background-color css
<style>
a { background-color: #7DD69E; }
a { background-color: rgb(125,214,158); }
div.DivClassName
{
background-color: #7DD69E;
}
.BgClassName
{
background-color: #7DD69E;
}
</style>
border-color css
<style>
span { border-color: #7DD69E; }
span { border-color: rgb(125,214,158); }
td.TdClassName
{
border-color: #7DD69E;
}
.TagClassName
{
border-color: #7DD69E;
}
</style>