Html Css Color HEX #4DDCA0 Medium Aquamarine

📋 copy color: '#4DDCA0'

red 77 ◦ green 220 ◦ blue 160

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

Shades of Medium Aquamarine #4DDCA0

Tints of Medium Aquamarine #4DDCA0

RGB

 RED value IS 77 (30.47% from 255) = 16.85%

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

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 16.85%
G = 48.14%
B = 35.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#4DDCA0 (or 0x4DDCA0) is known color: Medium Aquamarine. HEX triplet: 4D, DC and A0. RGB value is (77,220,160). Sum of RGB (Red+Green+Blue) = 77+220+160=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDCA0 is #B2235F. Grayscale: #AAAAAA. Windows color (decimal): -11674464 or 10542157. OLE color: 10542157.

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

Color convert

RGB 77 220 160 -
CMYK 0.65 0 0.27 0.14
HSL 154.83º 0.67% 0.58% -
HSV(B) 154.83º 0.65% 0.86% -
XYZ 35 55.3 42.09 -
YUV 170.4 122.12 61.38 -
System Red Green Blue C M Y K H S L
Decimal 77 220 160 0.65 0 0.27 0.14 154.83 0.67 0.58
Hex 4D DC A0 41 0 1B E 9B 43 3A
Octal 115 334 240 101 0 33 16 233 103 72
Binary 1001101 11011100 10100000 1000001 0 11011 1110 10011011 1000011 111010

Color Harmonies of #4DDCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCA0

Black with #4DDCA0

Text Example


Text Example

White with #4DDCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,220,160); }

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

background-color css

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

 a { background-color: rgb(77,220,160); }

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

border-color css

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

 span { border-color: rgb(77,220,160); }

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