#5EDEA0

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

Shades of Medium Aquamarine #5EDEA0

Tints of Medium Aquamarine #5EDEA0

Color information

#5EDEA0 (or 0x5EDEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DE and A0. RGB value is (94,222,160). Sum of RGB (Red+Green+Blue) = 94+222+160=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDEA0 is #A1215F. Grayscale: #B0B0B0. Windows color (decimal): -10559840 or 10542686. OLE color: 10542686.

HSL color Cylindrical-coordinate representation of color #5EDEA0: hue angle of 150.94º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEA0 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB94222160-
CMYK0.5800.280.13
HSL150.94º65.98%61.96%-
HSV(B)150.94º57.66%87.06%-
XYZ37.0857.1642.34-
YUV176.66118.5969.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.75%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=19.75%
G=46.64%
B=33.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942221600.5800.280.13150.9465.9861.96
Hex5EDEA03A01CD97423e
Octal136336240720341522710276
Binary101111011011110101000001110100111001101100101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,222,160); }

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

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

 a { background-color: rgb(94,222,160); }

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

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

 span { border-color: rgb(94,222,160); }

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