Html Css Color HEX #5EEDAA Medium Aquamarine

📋 copy color: '#5EEDAA'

red 94 ◦ green 237 ◦ blue 170

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

Shades of Medium Aquamarine #5EEDAA

Tints of Medium Aquamarine #5EEDAA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.31%

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 18.76%
G = 47.31%
B = 33.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#5EEDAA (or 0x5EEDAA) is known color: Medium Aquamarine. HEX triplet: 5E, ED and AA. RGB value is (94,237,170). Sum of RGB (Red+Green+Blue) = 94+237+170=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #5EEDAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEDAA is #A11255. Grayscale: #BABABA. Windows color (decimal): -10555990 or 11201886. OLE color: 11201886.

HSL color Cylindrical-coordinate representation of color #5EEDAA: hue angle of 151.89º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEDAA is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 237 170 -
CMYK 0.60 0 0.28 0.07
HSL 151.89º 0.8% 0.65% -
HSV(B) 151.89º 0.6% 0.93% -
XYZ 42.16 65.85 48.52 -
YUV 186.61 118.62 61.95 -
System Red Green Blue C M Y K H S L
Decimal 94 237 170 0.60 0 0.28 0.07 151.89 0.8 0.65
Hex 5E ED AA 3C 0 1C 7 98 50 41
Octal 136 355 252 74 0 34 7 230 120 101
Binary 1011110 11101101 10101010 111100 0 11100 111 10011000 1010000 1000001

Color Harmonies of #5EEDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEDAA

Black with #5EEDAA

Text Example


Text Example

White with #5EEDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,237,170); }

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

background-color css

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

 a { background-color: rgb(94,237,170); }

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

border-color css

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

 span { border-color: rgb(94,237,170); }

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