#7EF3AE

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

Shades of Vista Blue #7EF3AE

Tints of Vista Blue #7EF3AE

Color information

#7EF3AE (or 0x7EF3AE) is unknown color: approx Vista Blue. HEX triplet: 7E, F3 and AE. RGB value is (126,243,174). Sum of RGB (Red+Green+Blue) = 126+243+174=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF3AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF3AE is #810C51. Grayscale: #C8C8C8. Windows color (decimal): -8457298 or 11465598. OLE color: 11465598.

HSL color Cylindrical-coordinate representation of color #7EF3AE: hue angle of 144.62º degrees, saturation: 0.83, 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 #7EF3AE is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB126243174-
CMYK0.4800.280.05
HSL144.62º82.98%72.35%-
HSV(B)144.62º48.15%95.29%-
XYZ48.2971.5951.32-
YUV200.15113.2475.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.20%
GREEN value IS 243 (95.31% from 255) = 44.75%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=23.20%
G=44.75%
B=32.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262431740.4800.280.05144.6282.9872.35
Hex7EF3AE3001C5915348
Octal176363256600345221123110
Binary111111011110011101011101100000111001011001000110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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