#7EDDAE

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

Shades of Vista Blue #7EDDAE

Tints of Vista Blue #7EDDAE

Color information

#7EDDAE (or 0x7EDDAE) is unknown color: approx Vista Blue. HEX triplet: 7E, DD and AE. RGB value is (126,221,174). Sum of RGB (Red+Green+Blue) = 126+221+174=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDDAE is #812251. Grayscale: #BBBBBB. Windows color (decimal): -8462930 or 11459966. OLE color: 11459966.

HSL color Cylindrical-coordinate representation of color #7EDDAE: hue angle of 150.32º 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 #7EDDAE is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB126221174-
CMYK0.4300.210.13
HSL150.32º58.28%68.04%-
HSV(B)150.32º42.99%86.67%-
XYZ42.159.249.25-
YUV187.24120.5384.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=24.18%
G=42.42%
B=33.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211740.4300.210.13150.3258.2868.04
Hex7EDDAE2B015D963a44
Octal176335256530251522672104
Binary111111011011101101011101010110101011101100101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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