Html Css Color HEX #4EDDA2 Medium Aquamarine

📋 copy color: '#4EDDA2'

red 78 ◦ green 221 ◦ blue 162

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

Shades of Medium Aquamarine #4EDDA2

Tints of Medium Aquamarine #4EDDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.14%

R = 16.92%
G = 47.94%
B = 35.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#4EDDA2 (or 0x4EDDA2) is known color: Medium Aquamarine. HEX triplet: 4E, DD and A2. RGB value is (78,221,162). Sum of RGB (Red+Green+Blue) = 78+221+162=461 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.92% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDDA2 is #B1225D. Grayscale: #ABABAB. Windows color (decimal): -11608670 or 10673486. OLE color: 10673486.

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

Color convert

RGB 78 221 162 -
CMYK 0.65 0 0.27 0.13
HSL 155.24º 0.68% 0.59% -
HSV(B) 155.24º 0.65% 0.87% -
XYZ 35.52 55.94 43.11 -
YUV 171.52 122.62 61.3 -
System Red Green Blue C M Y K H S L
Decimal 78 221 162 0.65 0 0.27 0.13 155.24 0.68 0.59
Hex 4E DD A2 41 0 1B D 9B 44 3B
Octal 116 335 242 101 0 33 15 233 104 73
Binary 1001110 11011101 10100010 1000001 0 11011 1101 10011011 1000100 111011

Color Harmonies of #4EDDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDA2

Black with #4EDDA2

Text Example


Text Example

White with #4EDDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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