Html Css Color HEX #4EDDA4 Medium Aquamarine

📋 copy color: '#4EDDA4'

red 78 ◦ green 221 ◦ blue 164

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

Shades of Medium Aquamarine #4EDDA4

Tints of Medium Aquamarine #4EDDA4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 16.85%
G = 47.73%
B = 35.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#4EDDA4 (or 0x4EDDA4) is known color: Medium Aquamarine. HEX triplet: 4E, DD and A4. RGB value is (78,221,164). Sum of RGB (Red+Green+Blue) = 78+221+164=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDDA4 is #B1225B. Grayscale: #ABABAB. Windows color (decimal): -11608668 or 10804558. OLE color: 10804558.

HSL color Cylindrical-coordinate representation of color #4EDDA4: hue angle of 156.08º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDDA4 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 221 164 -
CMYK 0.65 0 0.26 0.13
HSL 156.08º 0.68% 0.59% -
HSV(B) 156.08º 0.65% 0.87% -
XYZ 35.7 56.01 44.05 -
YUV 171.75 123.62 61.13 -
System Red Green Blue C M Y K H S L
Decimal 78 221 164 0.65 0 0.26 0.13 156.08 0.68 0.59
Hex 4E DD A4 41 0 1A D 9C 44 3B
Octal 116 335 244 101 0 32 15 234 104 73
Binary 1001110 11011101 10100100 1000001 0 11010 1101 10011100 1000100 111011

Color Harmonies of #4EDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDA4

Black with #4EDDA4

Text Example


Text Example

White with #4EDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,221,164); }

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

background-color css

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

 a { background-color: rgb(78,221,164); }

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

border-color css

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

 span { border-color: rgb(78,221,164); }

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