Shades of Vista Blue #7DD89C
Tints of Vista Blue #7DD89C
RGB
CMYK
RGB Variations
Color information
#7DD89C (or 0x7DD89C) is known color: Vista Blue. HEX triplet: 7D, D8 and 9C. RGB value is (125,216,156). Sum of RGB (Red+Green+Blue) = 125+216+156=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD89C is #822763. Grayscale: #B6B6B6. Windows color (decimal): -8529764 or 10279037. OLE color: 10279037.
HSL color Cylindrical-coordinate representation of color #7DD89C: hue angle of 140.44º degrees, saturation: 0.54, 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 #7DD89C is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 156 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.15 |
| HSL | 140.44º | 0.54% | 0.67% | - |
| HSV(B) | 140.44º | 0.42% | 0.85% | - |
| XYZ | 39.01 | 55.87 | 40.18 | - |
| YUV | 181.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 156 | 0.42 | 0 | 0.28 | 0.15 | 140.44 | 0.54 | 0.67 |
| Hex | 7D | D8 | 9C | 2A | 0 | 1C | F | 8C | 36 | 43 |
| Octal | 175 | 330 | 234 | 52 | 0 | 34 | 17 | 214 | 66 | 103 |
| Binary | 1111101 | 11011000 | 10011100 | 101010 | 0 | 11100 | 1111 | 10001100 | 110110 | 1000011 |
Color Harmonies of #7DD89C
Complementary color
Monochromatic Colors of #7DD89C
Black with #7DD89C
Text Example
Text Example
White with #7DD89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD89C; }
p { color: rgb(125,216,156); }
H1.HeaderClassName
{
color: #7DD89C;
}
.AnyTagClassName
{
color: #7DD89C;
}
</style>
background-color css
<style>
a { background-color: #7DD89C; }
a { background-color: rgb(125,216,156); }
div.DivClassName
{
background-color: #7DD89C;
}
.BgClassName
{
background-color: #7DD89C;
}
</style>
border-color css
<style>
span { border-color: #7DD89C; }
span { border-color: rgb(125,216,156); }
td.TdClassName
{
border-color: #7DD89C;
}
.TagClassName
{
border-color: #7DD89C;
}
</style>