Html Css Color HEX #4DDEAA Medium Aquamarine

📋 copy color: '#4DDEAA'

red 77 ◦ green 222 ◦ blue 170

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

Shades of Medium Aquamarine #4DDEAA

Tints of Medium Aquamarine #4DDEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.33%

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

R = 16.42%
G = 47.33%
B = 36.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#4DDEAA (or 0x4DDEAA) is known color: Medium Aquamarine. HEX triplet: 4D, DE and AA. RGB value is (77,222,170). Sum of RGB (Red+Green+Blue) = 77+222+170=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDEAA is #B22155. Grayscale: #ACACAC. Windows color (decimal): -11673942 or 11198029. OLE color: 11198029.

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

Color convert

RGB 77 222 170 -
CMYK 0.65 0 0.23 0.13
HSL 158.48º 0.69% 0.59% -
HSV(B) 158.48º 0.65% 0.87% -
XYZ 36.44 56.72 47.06 -
YUV 172.72 126.46 59.73 -
System Red Green Blue C M Y K H S L
Decimal 77 222 170 0.65 0 0.23 0.13 158.48 0.69 0.59
Hex 4D DE AA 41 0 17 D 9E 45 3B
Octal 115 336 252 101 0 27 15 236 105 73
Binary 1001101 11011110 10101010 1000001 0 10111 1101 10011110 1000101 111011

Color Harmonies of #4DDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDEAA

Black with #4DDEAA

Text Example


Text Example

White with #4DDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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