#5ED9AD

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

Shades of Medium Aquamarine #5ED9AD

Tints of Medium Aquamarine #5ED9AD

Color information

#5ED9AD (or 0x5ED9AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D9 and AD. RGB value is (94,217,173). Sum of RGB (Red+Green+Blue) = 94+217+173=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED9AD is #A12652. Grayscale: #AFAFAF. Windows color (decimal): -10561107 or 11393374. OLE color: 11393374.

HSL color Cylindrical-coordinate representation of color #5ED9AD: hue angle of 158.54º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED9AD is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB94217173-
CMYK0.5700.200.15
HSL158.54º61.81%60.98%-
HSV(B)158.54º56.68%85.1%-
XYZ36.9755.0248.21-
YUV175.21126.7570.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=19.42%
G=44.83%
B=35.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942171730.5700.200.15158.5461.8160.98
Hex5ED9AD39014F9f3e3d
Octal13633125571024172377675
Binary10111101101100110101101111001010100111110011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,217,173); }

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

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

 a { background-color: rgb(94,217,173); }

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

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

 span { border-color: rgb(94,217,173); }

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