Shades of Vista Blue #7DF2AD
Tints of Vista Blue #7DF2AD
RGB
CMYK
RGB Variations
Color information
#7DF2AD (or 0x7DF2AD) is known color: Vista Blue. HEX triplet: 7D, F2 and AD. RGB value is (125,242,173). Sum of RGB (Red+Green+Blue) = 125+242+173=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF2AD is #820D52. Grayscale: #C7C7C7. Windows color (decimal): -8523091 or 11399805. OLE color: 11399805.
HSL color Cylindrical-coordinate representation of color #7DF2AD: hue angle of 144.62º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2AD is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 173 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.05 |
| HSL | 144.62º | 0.82% | 0.72% | - |
| HSV(B) | 144.62º | 0.48% | 0.95% | - |
| XYZ | 47.75 | 70.88 | 50.7 | - |
| YUV | 199.15 | 113.24 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 173 | 0.48 | 0 | 0.29 | 0.05 | 144.62 | 0.82 | 0.72 |
| Hex | 7D | F2 | AD | 30 | 0 | 1D | 5 | 91 | 52 | 48 |
| Octal | 175 | 362 | 255 | 60 | 0 | 35 | 5 | 221 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10101101 | 110000 | 0 | 11101 | 101 | 10010001 | 1010010 | 1001000 |
Color Harmonies of #7DF2AD
Complementary color
Monochromatic Colors of #7DF2AD
Black with #7DF2AD
Text Example
Text Example
White with #7DF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF2AD; }
p { color: rgb(125,242,173); }
H1.HeaderClassName
{
color: #7DF2AD;
}
.AnyTagClassName
{
color: #7DF2AD;
}
</style>
background-color css
<style>
a { background-color: #7DF2AD; }
a { background-color: rgb(125,242,173); }
div.DivClassName
{
background-color: #7DF2AD;
}
.BgClassName
{
background-color: #7DF2AD;
}
</style>
border-color css
<style>
span { border-color: #7DF2AD; }
span { border-color: rgb(125,242,173); }
td.TdClassName
{
border-color: #7DF2AD;
}
.TagClassName
{
border-color: #7DF2AD;
}
</style>