Html Css Color HEX #4DDCAA Medium Aquamarine

📋 copy color: '#4DDCAA'

red 77 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #4DDCAA

Tints of Medium Aquamarine #4DDCAA

RGB

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

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

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

R = 16.49%
G = 47.11%
B = 36.4%

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

#4DDCAA (or 0x4DDCAA) is known color: Medium Aquamarine. HEX triplet: 4D, DC and AA. RGB value is (77,220,170). Sum of RGB (Red+Green+Blue) = 77+220+170=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDCAA is #B22355. Grayscale: #ABABAB. Windows color (decimal): -11674454 or 11197517. OLE color: 11197517.

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

Color convert

RGB 77 220 170 -
CMYK 0.65 0 0.23 0.14
HSL 159.02º 0.67% 0.58% -
HSV(B) 159.02º 0.65% 0.86% -
XYZ 35.91 55.67 46.88 -
YUV 171.54 127.12 60.57 -
System Red Green Blue C M Y K H S L
Decimal 77 220 170 0.65 0 0.23 0.14 159.02 0.67 0.58
Hex 4D DC AA 41 0 17 E 9F 43 3A
Octal 115 334 252 101 0 27 16 237 103 72
Binary 1001101 11011100 10101010 1000001 0 10111 1110 10011111 1000011 111010

Color Harmonies of #4DDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCAA

Black with #4DDCAA

Text Example


Text Example

White with #4DDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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