#5EE0A0

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

Shades of Medium Aquamarine #5EE0A0

Tints of Medium Aquamarine #5EE0A0

Color information

#5EE0A0 (or 0x5EE0A0) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, E0 and A0. RGB value is (94,224,160). Sum of RGB (Red+Green+Blue) = 94+224+160=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE0A0 is #A11F5F. Grayscale: #B1B1B1. Windows color (decimal): -10559328 or 10543198. OLE color: 10543198.

HSL color Cylindrical-coordinate representation of color #5EE0A0: hue angle of 150.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE0A0 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB94224160-
CMYK0.5800.290.12
HSL150.46º67.71%62.35%-
HSV(B)150.46º58.04%87.84%-
XYZ37.6258.2342.51-
YUV177.83117.9368.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.67%
GREEN value IS 224 (87.89% from 255) = 46.86%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=19.67%
G=46.86%
B=33.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal942241600.5800.290.12150.4667.7162.35
Hex5EE0A03A01DC96443e
Octal136340240720351422610476
Binary101111011100000101000001110100111011100100101101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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