Shades of Vista Blue #7DD99D
Tints of Vista Blue #7DD99D
RGB
CMYK
RGB Variations
Color information
#7DD99D (or 0x7DD99D) is known color: Vista Blue. HEX triplet: 7D, D9 and 9D. RGB value is (125,217,157). Sum of RGB (Red+Green+Blue) = 125+217+157=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD99D is #822662. Grayscale: #B6B6B6. Windows color (decimal): -8529507 or 10344829. OLE color: 10344829.
HSL color Cylindrical-coordinate representation of color #7DD99D: hue angle of 140.87º 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 #7DD99D is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 157 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.15 |
| HSL | 140.87º | 0.55% | 0.67% | - |
| HSV(B) | 140.87º | 0.42% | 0.85% | - |
| XYZ | 39.36 | 56.42 | 40.71 | - |
| YUV | 182.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 157 | 0.42 | 0 | 0.28 | 0.15 | 140.87 | 0.55 | 0.67 |
| Hex | 7D | D9 | 9D | 2A | 0 | 1C | F | 8D | 37 | 43 |
| Octal | 175 | 331 | 235 | 52 | 0 | 34 | 17 | 215 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10011101 | 101010 | 0 | 11100 | 1111 | 10001101 | 110111 | 1000011 |
Color Harmonies of #7DD99D
Complementary color
Monochromatic Colors of #7DD99D
Black with #7DD99D
Text Example
Text Example
White with #7DD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD99D; }
p { color: rgb(125,217,157); }
H1.HeaderClassName
{
color: #7DD99D;
}
.AnyTagClassName
{
color: #7DD99D;
}
</style>
background-color css
<style>
a { background-color: #7DD99D; }
a { background-color: rgb(125,217,157); }
div.DivClassName
{
background-color: #7DD99D;
}
.BgClassName
{
background-color: #7DD99D;
}
</style>
border-color css
<style>
span { border-color: #7DD99D; }
span { border-color: rgb(125,217,157); }
td.TdClassName
{
border-color: #7DD99D;
}
.TagClassName
{
border-color: #7DD99D;
}
</style>