#7EDDAA

Color #7EDDAA Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7EDDAA

Tints of Vista Blue #7EDDAA

Color information

#7EDDAA (or 0x7EDDAA) is unknown color: approx Vista Blue. HEX triplet: 7E, DD and AA. RGB value is (126,221,170). Sum of RGB (Red+Green+Blue) = 126+221+170=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDDAA is #812255. Grayscale: #BABABA. Windows color (decimal): -8462934 or 11197822. OLE color: 11197822.

HSL color Cylindrical-coordinate representation of color #7EDDAA: hue angle of 147.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDAA is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB126221170-
CMYK0.4300.230.13
HSL147.79º58.28%68.04%-
HSV(B)147.79º42.99%86.67%-
XYZ41.7259.0547.23-
YUV186.78118.5384.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 24.37%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=24.37%
G=42.75%
B=32.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211700.4300.230.13147.7958.2868.04
Hex7EDDAA2B017D943a44
Octal176335252530271522472104
Binary111111011011101101010101010110101111101100101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDDAA; }

 p { color: rgb(126,221,170); }

 H1.HeaderClassName
 {
   color: #7EDDAA;
 }
 .AnyTagClassName
 {
   color: #7EDDAA;
 }
</style>
background-color css

<style>
 a { background-color: #7EDDAA; }

 a { background-color: rgb(126,221,170); }

 div.DivClassName
 {
   background-color: #7EDDAA;
 }
 .BgClassName
 {
   background-color: #7EDDAA;
 }
</style>
border-color css

<style>
 span { border-color: #7EDDAA; }

 span { border-color: rgb(126,221,170); }

 td.TdClassName
 {
   border-color: #7EDDAA;
 }
 .TagClassName
 {
   border-color: #7EDDAA;
 }
</style>