Html Css Color HEX #5EDCA0 Medium Aquamarine

📋 copy color: '#5EDCA0'

red 94 ◦ green 220 ◦ blue 160

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

Shades of Medium Aquamarine #5EDCA0

Tints of Medium Aquamarine #5EDCA0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.41%

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

R = 19.83%
G = 46.41%
B = 33.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#5EDCA0 (or 0x5EDCA0) is known color: Medium Aquamarine. HEX triplet: 5E, DC and A0. RGB value is (94,220,160). Sum of RGB (Red+Green+Blue) = 94+220+160=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDCA0 is #A1235F. Grayscale: #AFAFAF. Windows color (decimal): -10560352 or 10542174. OLE color: 10542174.

HSL color Cylindrical-coordinate representation of color #5EDCA0: hue angle of 151.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCA0 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 220 160 -
CMYK 0.57 0 0.27 0.14
HSL 151.43º 0.64% 0.62% -
HSV(B) 151.43º 0.57% 0.86% -
XYZ 36.55 56.1 42.16 -
YUV 175.49 119.26 69.88 -
System Red Green Blue C M Y K H S L
Decimal 94 220 160 0.57 0 0.27 0.14 151.43 0.64 0.62
Hex 5E DC A0 39 0 1B E 97 40 3E
Octal 136 334 240 71 0 33 16 227 100 76
Binary 1011110 11011100 10100000 111001 0 11011 1110 10010111 1000000 111110

Color Harmonies of #5EDCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDCA0

Black with #5EDCA0

Text Example


Text Example

White with #5EDCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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