Shades of Vista Blue #7DE6AD
Tints of Vista Blue #7DE6AD
RGB
CMYK
RGB Variations
Color information
#7DE6AD (or 0x7DE6AD) is known color: Vista Blue. HEX triplet: 7D, E6 and AD. RGB value is (125,230,173). Sum of RGB (Red+Green+Blue) = 125+230+173=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE6AD is #821952. Grayscale: #C0C0C0. Windows color (decimal): -8526163 or 11396733. OLE color: 11396733.
HSL color Cylindrical-coordinate representation of color #7DE6AD: hue angle of 147.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE6AD is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 230 | 173 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.10 |
| HSL | 147.43º | 0.68% | 0.7% | - |
| HSV(B) | 147.43º | 0.46% | 0.9% | - |
| XYZ | 44.3 | 63.97 | 49.55 | - |
| YUV | 192.11 | 117.21 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 230 | 173 | 0.46 | 0 | 0.25 | 0.10 | 147.43 | 0.68 | 0.7 |
| Hex | 7D | E6 | AD | 2E | 0 | 19 | A | 93 | 44 | 46 |
| Octal | 175 | 346 | 255 | 56 | 0 | 31 | 12 | 223 | 104 | 106 |
| Binary | 1111101 | 11100110 | 10101101 | 101110 | 0 | 11001 | 1010 | 10010011 | 1000100 | 1000110 |
Color Harmonies of #7DE6AD
Complementary color
Monochromatic Colors of #7DE6AD
Black with #7DE6AD
Text Example
Text Example
White with #7DE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE6AD; }
p { color: rgb(125,230,173); }
H1.HeaderClassName
{
color: #7DE6AD;
}
.AnyTagClassName
{
color: #7DE6AD;
}
</style>
background-color css
<style>
a { background-color: #7DE6AD; }
a { background-color: rgb(125,230,173); }
div.DivClassName
{
background-color: #7DE6AD;
}
.BgClassName
{
background-color: #7DE6AD;
}
</style>
border-color css
<style>
span { border-color: #7DE6AD; }
span { border-color: rgb(125,230,173); }
td.TdClassName
{
border-color: #7DE6AD;
}
.TagClassName
{
border-color: #7DE6AD;
}
</style>