#5EF49E

Color #5EF49E Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5EF49E

Tints of Medium Aquamarine #5EF49E

Color information

#5EF49E (or 0x5EF49E) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, F4 and 9E. RGB value is (94,244,158). Sum of RGB (Red+Green+Blue) = 94+244+158=496 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.95% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF49E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF49E is #A10B61. Grayscale: #BDBDBD. Windows color (decimal): -10554210 or 10417246. OLE color: 10417246.

HSL color Cylindrical-coordinate representation of color #5EF49E: hue angle of 145.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF49E is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB94244158-
CMYK0.6100.350.04
HSL145.6º87.21%66.27%-
HSV(B)145.6º61.48%95.69%-
XYZ43.1469.5543.5-
YUV189.35110.359.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.95%
GREEN value IS 244 (95.70% from 255) = 49.19%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=18.95%
G=49.19%
B=31.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal942441580.6100.350.04145.687.2166.27
Hex5EF49E3D0234925742
Octal136364236750434222127102
Binary1011110111101001001111011110101000111001001001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EF49E; }

 p { color: rgb(94,244,158); }

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

<style>
 a { background-color: #5EF49E; }

 a { background-color: rgb(94,244,158); }

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

<style>
 span { border-color: #5EF49E; }

 span { border-color: rgb(94,244,158); }

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