#5ED9A6

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

Shades of Medium Aquamarine #5ED9A6

Tints of Medium Aquamarine #5ED9A6

Color information

#5ED9A6 (or 0x5ED9A6) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, D9 and A6. RGB value is (94,217,166). Sum of RGB (Red+Green+Blue) = 94+217+166=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED9A6 is #A12659. Grayscale: #AEAEAE. Windows color (decimal): -10561114 or 10934622. OLE color: 10934622.

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

Color convert

RGB94217166-
CMYK0.5700.240.15
HSL155.12º61.81%60.98%-
HSV(B)155.12º56.68%85.1%-
XYZ36.3154.7644.73-
YUV174.41123.2570.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.71%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=19.71%
G=45.49%
B=34.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942171660.5700.240.15155.1261.8160.98
Hex5ED9A639018F9b3e3d
Octal13633124671030172337675
Binary10111101101100110100110111001011000111110011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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