Html Css Color HEX #4DDCAC Medium Aquamarine

📋 copy color: '#4DDCAC'

red 77 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #4DDCAC

Tints of Medium Aquamarine #4DDCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 16.42%
G = 46.91%
B = 36.67%

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

#4DDCAC (or 0x4DDCAC) is known color: Medium Aquamarine. HEX triplet: 4D, DC and AC. RGB value is (77,220,172). Sum of RGB (Red+Green+Blue) = 77+220+172=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDCAC is #B22353. Grayscale: #ABABAB. Windows color (decimal): -11674452 or 11328589. OLE color: 11328589.

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

Color convert

RGB 77 220 172 -
CMYK 0.65 0 0.22 0.14
HSL 159.86º 0.67% 0.58% -
HSV(B) 159.86º 0.65% 0.86% -
XYZ 36.1 55.74 47.89 -
YUV 171.77 128.12 60.4 -
System Red Green Blue C M Y K H S L
Decimal 77 220 172 0.65 0 0.22 0.14 159.86 0.67 0.58
Hex 4D DC AC 41 0 16 E A0 43 3A
Octal 115 334 254 101 0 26 16 240 103 72
Binary 1001101 11011100 10101100 1000001 0 10110 1110 10100000 1000011 111010

Color Harmonies of #4DDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCAC

Black with #4DDCAC

Text Example


Text Example

White with #4DDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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