Html Css Color HEX #5EDCAC Medium Aquamarine

📋 copy color: '#5EDCAC'

red 94 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #5EDCAC

Tints of Medium Aquamarine #5EDCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 19.34%
G = 45.27%
B = 35.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#5EDCAC (or 0x5EDCAC) is known color: Medium Aquamarine. HEX triplet: 5E, DC and AC. RGB value is (94,220,172). Sum of RGB (Red+Green+Blue) = 94+220+172=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDCAC is #A12353. Grayscale: #B0B0B0. Windows color (decimal): -10560340 or 11328606. OLE color: 11328606.

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

Color convert

RGB 94 220 172 -
CMYK 0.57 0 0.22 0.14
HSL 157.14º 0.64% 0.62% -
HSV(B) 157.14º 0.57% 0.86% -
XYZ 37.66 56.54 47.96 -
YUV 176.85 125.26 68.9 -
System Red Green Blue C M Y K H S L
Decimal 94 220 172 0.57 0 0.22 0.14 157.14 0.64 0.62
Hex 5E DC AC 39 0 16 E 9D 40 3E
Octal 136 334 254 71 0 26 16 235 100 76
Binary 1011110 11011100 10101100 111001 0 10110 1110 10011101 1000000 111110

Color Harmonies of #5EDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDCAC

Black with #5EDCAC

Text Example


Text Example

White with #5EDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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