Shades of Vista Blue #7EF2B2
Tints of Vista Blue #7EF2B2
RGB
CMYK
RGB Variations
Color information
#7EF2B2 (or 0x7EF2B2) is known color: Vista Blue. HEX triplet: 7E, F2 and B2. RGB value is (126,242,178). Sum of RGB (Red+Green+Blue) = 126+242+178=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF2B2 is #810D4D. Grayscale: #C8C8C8. Windows color (decimal): -8457550 or 11727486. OLE color: 11727486.
HSL color Cylindrical-coordinate representation of color #7EF2B2: hue angle of 146.9º 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 #7EF2B2 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 178 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.05 |
| HSL | 146.9º | 0.82% | 0.72% | - |
| HSV(B) | 146.9º | 0.48% | 0.95% | - |
| XYZ | 48.39 | 71.15 | 53.3 | - |
| YUV | 200.02 | 115.57 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 178 | 0.48 | 0 | 0.26 | 0.05 | 146.9 | 0.82 | 0.72 |
| Hex | 7E | F2 | B2 | 30 | 0 | 1A | 5 | 93 | 52 | 48 |
| Octal | 176 | 362 | 262 | 60 | 0 | 32 | 5 | 223 | 122 | 110 |
| Binary | 1111110 | 11110010 | 10110010 | 110000 | 0 | 11010 | 101 | 10010011 | 1010010 | 1001000 |
Color Harmonies of #7EF2B2
Complementary color
Monochromatic Colors of #7EF2B2
Black with #7EF2B2
Text Example
Text Example
White with #7EF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF2B2; }
p { color: rgb(126,242,178); }
H1.HeaderClassName
{
color: #7EF2B2;
}
.AnyTagClassName
{
color: #7EF2B2;
}
</style>
background-color css
<style>
a { background-color: #7EF2B2; }
a { background-color: rgb(126,242,178); }
div.DivClassName
{
background-color: #7EF2B2;
}
.BgClassName
{
background-color: #7EF2B2;
}
</style>
border-color css
<style>
span { border-color: #7EF2B2; }
span { border-color: rgb(126,242,178); }
td.TdClassName
{
border-color: #7EF2B2;
}
.TagClassName
{
border-color: #7EF2B2;
}
</style>