Html Css Color HEX #5ED9A0 Medium Aquamarine

📋 copy color: '#5ED9A0'

red 94 ◦ green 217 ◦ blue 160

#5ED9A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #5ED9A0

Tints of Medium Aquamarine #5ED9A0

RGB

 RED value IS 94 (37.11% from 255) = 19.96%

 GREEN value IS 217 (85.16% from 255) = 46.07%

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 19.96%
G = 46.07%
B = 33.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#5ED9A0 (or 0x5ED9A0) is known color: Medium Aquamarine. HEX triplet: 5E, D9 and A0. RGB value is (94,217,160). Sum of RGB (Red+Green+Blue) = 94+217+160=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED9A0 is #A1265F. Grayscale: #ADADAD. Windows color (decimal): -10561120 or 10541406. OLE color: 10541406.

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

Color convert

RGB 94 217 160 -
CMYK 0.57 0 0.26 0.15
HSL 152.2º 0.62% 0.61% -
HSV(B) 152.2º 0.57% 0.85% -
XYZ 35.77 54.54 41.9 -
YUV 173.73 120.25 71.13 -
System Red Green Blue C M Y K H S L
Decimal 94 217 160 0.57 0 0.26 0.15 152.2 0.62 0.61
Hex 5E D9 A0 39 0 1A F 98 3E 3D
Octal 136 331 240 71 0 32 17 230 76 75
Binary 1011110 11011001 10100000 111001 0 11010 1111 10011000 111110 111101

Color Harmonies of #5ED9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED9A0

Black with #5ED9A0

Text Example


Text Example

White with #5ED9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ED9A0;
 }
 .AnyTagClassName
 {
   color: #5ED9A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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