#7EF3AA

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

Shades of Vista Blue #7EF3AA

Tints of Vista Blue #7EF3AA

Color information

#7EF3AA (or 0x7EF3AA) is unknown color: approx Vista Blue. HEX triplet: 7E, F3 and AA. RGB value is (126,243,170). Sum of RGB (Red+Green+Blue) = 126+243+170=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF3AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF3AA is #810C55. Grayscale: #C7C7C7. Windows color (decimal): -8457302 or 11203454. OLE color: 11203454.

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

Color convert

RGB126243170-
CMYK0.4800.300.05
HSL142.56º82.98%72.35%-
HSV(B)142.56º48.15%95.29%-
XYZ47.9171.4449.29-
YUV199.7111.2475.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.38%
GREEN value IS 243 (95.31% from 255) = 45.08%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=23.38%
G=45.08%
B=31.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262431700.4800.300.05142.5682.9872.35
Hex7EF3AA3001E58f5348
Octal176363252600365217123110
Binary111111011110011101010101100000111101011000111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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