Html Css Color HEX #4DDAAB Medium Aquamarine

📋 copy color: '#4DDAAB'

red 77 ◦ green 218 ◦ blue 171

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

Shades of Medium Aquamarine #4DDAAB

Tints of Medium Aquamarine #4DDAAB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.78%

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

R = 16.52%
G = 46.78%
B = 36.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#4DDAAB (or 0x4DDAAB) is known color: Medium Aquamarine. HEX triplet: 4D, DA and AB. RGB value is (77,218,171). Sum of RGB (Red+Green+Blue) = 77+218+171=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDAAB is #B22554. Grayscale: #AAAAAA. Windows color (decimal): -11674965 or 11262541. OLE color: 11262541.

HSL color Cylindrical-coordinate representation of color #4DDAAB: hue angle of 160º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDAAB is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 218 171 -
CMYK 0.65 0 0.22 0.15
HSL 160º 0.66% 0.58% -
HSV(B) 160º 0.65% 0.85% -
XYZ 35.48 54.66 47.21 -
YUV 170.48 128.29 61.32 -
System Red Green Blue C M Y K H S L
Decimal 77 218 171 0.65 0 0.22 0.15 160 0.66 0.58
Hex 4D DA AB 41 0 16 F A0 42 3A
Octal 115 332 253 101 0 26 17 240 102 72
Binary 1001101 11011010 10101011 1000001 0 10110 1111 10100000 1000010 111010

Color Harmonies of #4DDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAAB

Black with #4DDAAB

Text Example


Text Example

White with #4DDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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