Html Css Color HEX #4DDCAB Medium Aquamarine

📋 copy color: '#4DDCAB'

red 77 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #4DDCAB

Tints of Medium Aquamarine #4DDCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 16.45%
G = 47.01%
B = 36.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#4DDCAB (or 0x4DDCAB) is known color: Medium Aquamarine. HEX triplet: 4D, DC and AB. RGB value is (77,220,171). Sum of RGB (Red+Green+Blue) = 77+220+171=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDCAB is #B22354. Grayscale: #ABABAB. Windows color (decimal): -11674453 or 11263053. OLE color: 11263053.

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

Color convert

RGB 77 220 171 -
CMYK 0.65 0 0.22 0.14
HSL 159.44º 0.67% 0.58% -
HSV(B) 159.44º 0.65% 0.86% -
XYZ 36 55.7 47.38 -
YUV 171.66 127.62 60.48 -
System Red Green Blue C M Y K H S L
Decimal 77 220 171 0.65 0 0.22 0.14 159.44 0.67 0.58
Hex 4D DC AB 41 0 16 E 9F 43 3A
Octal 115 334 253 101 0 26 16 237 103 72
Binary 1001101 11011100 10101011 1000001 0 10110 1110 10011111 1000011 111010

Color Harmonies of #4DDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCAB

Black with #4DDCAB

Text Example


Text Example

White with #4DDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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