Html Css Color HEX #4EDCAC Medium Aquamarine

📋 copy color: '#4EDCAC'

red 78 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #4EDCAC

Tints of Medium Aquamarine #4EDCAC

RGB

 RED value IS 78 (30.86% from 255) = 16.6%

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

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

R = 16.6%
G = 46.81%
B = 36.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#4EDCAC (or 0x4EDCAC) is known color: Medium Aquamarine. HEX triplet: 4E, DC and AC. RGB value is (78,220,172). Sum of RGB (Red+Green+Blue) = 78+220+172=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDCAC is #B12353. Grayscale: #ACACAC. Windows color (decimal): -11608916 or 11328590. OLE color: 11328590.

HSL color Cylindrical-coordinate representation of color #4EDCAC: hue angle of 159.72º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCAC is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 220 172 -
CMYK 0.65 0 0.22 0.14
HSL 159.72º 0.67% 0.58% -
HSV(B) 159.72º 0.65% 0.86% -
XYZ 36.18 55.78 47.89 -
YUV 172.07 127.96 60.9 -
System Red Green Blue C M Y K H S L
Decimal 78 220 172 0.65 0 0.22 0.14 159.72 0.67 0.58
Hex 4E DC AC 41 0 16 E A0 43 3A
Octal 116 334 254 101 0 26 16 240 103 72
Binary 1001110 11011100 10101100 1000001 0 10110 1110 10100000 1000011 111010

Color Harmonies of #4EDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCAC

Black with #4EDCAC

Text Example


Text Example

White with #4EDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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