#5EDCAE

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

Shades of Medium Aquamarine #5EDCAE

Tints of Medium Aquamarine #5EDCAE

Color information

#5EDCAE (or 0x5EDCAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, DC and AE. RGB value is (94,220,174). Sum of RGB (Red+Green+Blue) = 94+220+174=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDCAE is #A12351. Grayscale: #B1B1B1. Windows color (decimal): -10560338 or 11459678. OLE color: 11459678.

HSL color Cylindrical-coordinate representation of color #5EDCAE: hue angle of 158.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCAE is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB94220174-
CMYK0.5700.210.14
HSL158.1º64.29%61.57%-
HSV(B)158.1º57.27%86.27%-
XYZ37.8556.6248.98-
YUV177.08126.2668.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.26%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=19.26%
G=45.08%
B=35.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942201740.5700.210.14158.164.2961.57
Hex5EDCAE39015E9e403e
Octal136334256710251623610076
Binary101111011011100101011101110010101011110100111101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,220,174); }

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

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

 a { background-color: rgb(94,220,174); }

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

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

 span { border-color: rgb(94,220,174); }

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