Html Css Color HEX #5EDEA0 Medium Aquamarine

📋 copy color: '#5EDEA0'

red 94 ◦ green 222 ◦ blue 160

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

Shades of Medium Aquamarine #5EDEA0

Tints of Medium Aquamarine #5EDEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.64%

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

R = 19.75%
G = 46.64%
B = 33.61%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#5EDEA0 (or 0x5EDEA0) is known color: Medium Aquamarine. HEX triplet: 5E, DE and A0. RGB value is (94,222,160). Sum of RGB (Red+Green+Blue) = 94+222+160=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDEA0 is #A1215F. Grayscale: #B0B0B0. Windows color (decimal): -10559840 or 10542686. OLE color: 10542686.

HSL color Cylindrical-coordinate representation of color #5EDEA0: hue angle of 150.94º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEA0 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 222 160 -
CMYK 0.58 0 0.28 0.13
HSL 150.94º 0.66% 0.62% -
HSV(B) 150.94º 0.58% 0.87% -
XYZ 37.08 57.16 42.34 -
YUV 176.66 118.59 69.04 -
System Red Green Blue C M Y K H S L
Decimal 94 222 160 0.58 0 0.28 0.13 150.94 0.66 0.62
Hex 5E DE A0 3A 0 1C D 97 42 3E
Octal 136 336 240 72 0 34 15 227 102 76
Binary 1011110 11011110 10100000 111010 0 11100 1101 10010111 1000010 111110

Color Harmonies of #5EDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEA0

Black with #5EDEA0

Text Example


Text Example

White with #5EDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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