Shades of Vista Blue #7ED5A8
Tints of Vista Blue #7ED5A8
RGB
CMYK
RGB Variations
Color information
#7ED5A8 (or 0x7ED5A8) is known color: Vista Blue. HEX triplet: 7E, D5 and A8. RGB value is (126,213,168). Sum of RGB (Red+Green+Blue) = 126+213+168=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED5A8 is #812A57. Grayscale: #B5B5B5. Windows color (decimal): -8464984 or 11064702. OLE color: 11064702.
HSL color Cylindrical-coordinate representation of color #7ED5A8: hue angle of 148.97º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED5A8 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 168 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.16 |
| HSL | 148.97º | 0.51% | 0.66% | - |
| HSV(B) | 148.97º | 0.41% | 0.84% | - |
| XYZ | 39.47 | 54.85 | 45.55 | - |
| YUV | 181.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 168 | 0.41 | 0 | 0.21 | 0.16 | 148.97 | 0.51 | 0.66 |
| Hex | 7E | D5 | A8 | 29 | 0 | 15 | 10 | 95 | 33 | 42 |
| Octal | 176 | 325 | 250 | 51 | 0 | 25 | 20 | 225 | 63 | 102 |
| Binary | 1111110 | 11010101 | 10101000 | 101001 | 0 | 10101 | 10000 | 10010101 | 110011 | 1000010 |
Color Harmonies of #7ED5A8
Complementary color
Monochromatic Colors of #7ED5A8
Black with #7ED5A8
Text Example
Text Example
White with #7ED5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED5A8; }
p { color: rgb(126,213,168); }
H1.HeaderClassName
{
color: #7ED5A8;
}
.AnyTagClassName
{
color: #7ED5A8;
}
</style>
background-color css
<style>
a { background-color: #7ED5A8; }
a { background-color: rgb(126,213,168); }
div.DivClassName
{
background-color: #7ED5A8;
}
.BgClassName
{
background-color: #7ED5A8;
}
</style>
border-color css
<style>
span { border-color: #7ED5A8; }
span { border-color: rgb(126,213,168); }
td.TdClassName
{
border-color: #7ED5A8;
}
.TagClassName
{
border-color: #7ED5A8;
}
</style>