#5ED9A8

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

Shades of Medium Aquamarine #5ED9A8

Tints of Medium Aquamarine #5ED9A8

Color information

#5ED9A8 (or 0x5ED9A8) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D9 and A8. RGB value is (94,217,168). Sum of RGB (Red+Green+Blue) = 94+217+168=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED9A8 is #A12657. Grayscale: #AEAEAE. Windows color (decimal): -10561112 or 11065694. OLE color: 11065694.

HSL color Cylindrical-coordinate representation of color #5ED9A8: hue angle of 156.1º 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 #5ED9A8 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB94217168-
CMYK0.5700.230.15
HSL156.1º61.81%60.98%-
HSV(B)156.1º56.68%85.1%-
XYZ36.554.8345.71-
YUV174.64124.2570.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.62%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=19.62%
G=45.30%
B=35.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942171680.5700.230.15156.161.8160.98
Hex5ED9A839017F9c3e3d
Octal13633125071027172347675
Binary10111101101100110101000111001010111111110011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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