Html Css Color HEX #4EDCAA Medium Aquamarine

📋 copy color: '#4EDCAA'

red 78 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #4EDCAA

Tints of Medium Aquamarine #4EDCAA

RGB

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

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

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

R = 16.67%
G = 47.01%
B = 36.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#4EDCAA (or 0x4EDCAA) is known color: Medium Aquamarine. HEX triplet: 4E, DC and AA. RGB value is (78,220,170). Sum of RGB (Red+Green+Blue) = 78+220+170=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDCAA is #B12355. Grayscale: #ABABAB. Windows color (decimal): -11608918 or 11197518. OLE color: 11197518.

HSL color Cylindrical-coordinate representation of color #4EDCAA: hue angle of 158.87º 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 #4EDCAA is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 220 170 -
CMYK 0.65 0 0.23 0.14
HSL 158.87º 0.67% 0.58% -
HSV(B) 158.87º 0.65% 0.86% -
XYZ 35.99 55.71 46.89 -
YUV 171.84 126.96 61.07 -
System Red Green Blue C M Y K H S L
Decimal 78 220 170 0.65 0 0.23 0.14 158.87 0.67 0.58
Hex 4E DC AA 41 0 17 E 9F 43 3A
Octal 116 334 252 101 0 27 16 237 103 72
Binary 1001110 11011100 10101010 1000001 0 10111 1110 10011111 1000011 111010

Color Harmonies of #4EDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCAA

Black with #4EDCAA

Text Example


Text Example

White with #4EDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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