Shades of Vista Blue #7ED6A3
Tints of Vista Blue #7ED6A3
RGB
CMYK
RGB Variations
Color information
#7ED6A3 (or 0x7ED6A3) is known color: Vista Blue. HEX triplet: 7E, D6 and A3. RGB value is (126,214,163). Sum of RGB (Red+Green+Blue) = 126+214+163=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED6A3 is #81295C. Grayscale: #B5B5B5. Windows color (decimal): -8464733 or 10737278. OLE color: 10737278.
HSL color Cylindrical-coordinate representation of color #7ED6A3: hue angle of 145.23º 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 #7ED6A3 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 214 | 163 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.16 |
| HSL | 145.23º | 0.52% | 0.67% | - |
| HSV(B) | 145.23º | 0.41% | 0.84% | - |
| XYZ | 39.26 | 55.17 | 43.23 | - |
| YUV | 181.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 214 | 163 | 0.41 | 0 | 0.24 | 0.16 | 145.23 | 0.52 | 0.67 |
| Hex | 7E | D6 | A3 | 29 | 0 | 18 | 10 | 91 | 34 | 43 |
| Octal | 176 | 326 | 243 | 51 | 0 | 30 | 20 | 221 | 64 | 103 |
| Binary | 1111110 | 11010110 | 10100011 | 101001 | 0 | 11000 | 10000 | 10010001 | 110100 | 1000011 |
Color Harmonies of #7ED6A3
Complementary color
Monochromatic Colors of #7ED6A3
Black with #7ED6A3
Text Example
Text Example
White with #7ED6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED6A3; }
p { color: rgb(126,214,163); }
H1.HeaderClassName
{
color: #7ED6A3;
}
.AnyTagClassName
{
color: #7ED6A3;
}
</style>
background-color css
<style>
a { background-color: #7ED6A3; }
a { background-color: rgb(126,214,163); }
div.DivClassName
{
background-color: #7ED6A3;
}
.BgClassName
{
background-color: #7ED6A3;
}
</style>
border-color css
<style>
span { border-color: #7ED6A3; }
span { border-color: rgb(126,214,163); }
td.TdClassName
{
border-color: #7ED6A3;
}
.TagClassName
{
border-color: #7ED6A3;
}
</style>