Shades of Vista Blue #7ED6AD
Tints of Vista Blue #7ED6AD
RGB
CMYK
RGB Variations
Color information
#7ED6AD (or 0x7ED6AD) is known color: Vista Blue. HEX triplet: 7E, D6 and AD. RGB value is (126,214,173). Sum of RGB (Red+Green+Blue) = 126+214+173=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED6AD is #812952. Grayscale: #B7B7B7. Windows color (decimal): -8464723 or 11392638. OLE color: 11392638.
HSL color Cylindrical-coordinate representation of color #7ED6AD: hue angle of 152.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED6AD is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 173 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.16 |
| HSL | 152.05º | 0.52% | 0.67% | - |
| HSV(B) | 152.05º | 0.41% | 0.84% | - |
| XYZ | 40.19 | 55.55 | 48.14 | - |
| YUV | 183.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 173 | 0.41 | 0 | 0.19 | 0.16 | 152.05 | 0.52 | 0.67 |
| Hex | 7E | D6 | AD | 29 | 0 | 13 | 10 | 98 | 34 | 43 |
| Octal | 176 | 326 | 255 | 51 | 0 | 23 | 20 | 230 | 64 | 103 |
| Binary | 1111110 | 11010110 | 10101101 | 101001 | 0 | 10011 | 10000 | 10011000 | 110100 | 1000011 |
Color Harmonies of #7ED6AD
Complementary color
Monochromatic Colors of #7ED6AD
Black with #7ED6AD
Text Example
Text Example
White with #7ED6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED6AD; }
p { color: rgb(126,214,173); }
H1.HeaderClassName
{
color: #7ED6AD;
}
.AnyTagClassName
{
color: #7ED6AD;
}
</style>
background-color css
<style>
a { background-color: #7ED6AD; }
a { background-color: rgb(126,214,173); }
div.DivClassName
{
background-color: #7ED6AD;
}
.BgClassName
{
background-color: #7ED6AD;
}
</style>
border-color css
<style>
span { border-color: #7ED6AD; }
span { border-color: rgb(126,214,173); }
td.TdClassName
{
border-color: #7ED6AD;
}
.TagClassName
{
border-color: #7ED6AD;
}
</style>