#7EE4AE

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

Shades of Vista Blue #7EE4AE

Tints of Vista Blue #7EE4AE

Color information

#7EE4AE (or 0x7EE4AE) is unknown color: approx Vista Blue. HEX triplet: 7E, E4 and AE. RGB value is (126,228,174). Sum of RGB (Red+Green+Blue) = 126+228+174=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #7EE4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE4AE is #811B51. Grayscale: #BFBFBF. Windows color (decimal): -8461138 or 11461758. OLE color: 11461758.

HSL color Cylindrical-coordinate representation of color #7EE4AE: hue angle of 148.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE4AE is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB126228174-
CMYK0.4500.240.11
HSL148.24º65.38%69.41%-
HSV(B)148.24º44.74%89.41%-
XYZ43.9962.9849.88-
YUV191.35118.2181.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=23.86%
G=43.18%
B=32.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262281740.4500.240.11148.2465.3869.41
Hex7EE4AE2D018B944145
Octal1763442565503013224101105
Binary1111110111001001010111010110101100010111001010010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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