Shades of Vista Blue #7DD99F
Tints of Vista Blue #7DD99F
RGB
CMYK
RGB Variations
Color information
#7DD99F (or 0x7DD99F) is known color: Vista Blue. HEX triplet: 7D, D9 and 9F. RGB value is (125,217,159). Sum of RGB (Red+Green+Blue) = 125+217+159=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD99F is #822660. Grayscale: #B7B7B7. Windows color (decimal): -8529505 or 10475901. OLE color: 10475901.
HSL color Cylindrical-coordinate representation of color #7DD99F: hue angle of 142.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD99F is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 159 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.15 |
| HSL | 142.17º | 0.55% | 0.67% | - |
| HSV(B) | 142.17º | 0.42% | 0.85% | - |
| XYZ | 39.53 | 56.49 | 41.62 | - |
| YUV | 182.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 159 | 0.42 | 0 | 0.27 | 0.15 | 142.17 | 0.55 | 0.67 |
| Hex | 7D | D9 | 9F | 2A | 0 | 1B | F | 8E | 37 | 43 |
| Octal | 175 | 331 | 237 | 52 | 0 | 33 | 17 | 216 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10011111 | 101010 | 0 | 11011 | 1111 | 10001110 | 110111 | 1000011 |
Color Harmonies of #7DD99F
Complementary color
Monochromatic Colors of #7DD99F
Black with #7DD99F
Text Example
Text Example
White with #7DD99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD99F; }
p { color: rgb(125,217,159); }
H1.HeaderClassName
{
color: #7DD99F;
}
.AnyTagClassName
{
color: #7DD99F;
}
</style>
background-color css
<style>
a { background-color: #7DD99F; }
a { background-color: rgb(125,217,159); }
div.DivClassName
{
background-color: #7DD99F;
}
.BgClassName
{
background-color: #7DD99F;
}
</style>
border-color css
<style>
span { border-color: #7DD99F; }
span { border-color: rgb(125,217,159); }
td.TdClassName
{
border-color: #7DD99F;
}
.TagClassName
{
border-color: #7DD99F;
}
</style>