Html Css Color HEX #4DDBAB Medium Aquamarine

📋 copy color: '#4DDBAB'

red 77 ◦ green 219 ◦ blue 171

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

Shades of Medium Aquamarine #4DDBAB

Tints of Medium Aquamarine #4DDBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

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

R = 16.49%
G = 46.9%
B = 36.62%

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

#4DDBAB (or 0x4DDBAB) is known color: Medium Aquamarine. HEX triplet: 4D, DB and AB. RGB value is (77,219,171). Sum of RGB (Red+Green+Blue) = 77+219+171=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBAB is #B22454. Grayscale: #ABABAB. Windows color (decimal): -11674709 or 11262797. OLE color: 11262797.

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

Color convert

RGB 77 219 171 -
CMYK 0.65 0 0.22 0.14
HSL 159.72º 0.66% 0.58% -
HSV(B) 159.72º 0.65% 0.86% -
XYZ 35.74 55.18 47.3 -
YUV 171.07 127.96 60.9 -
System Red Green Blue C M Y K H S L
Decimal 77 219 171 0.65 0 0.22 0.14 159.72 0.66 0.58
Hex 4D DB AB 41 0 16 E A0 42 3A
Octal 115 333 253 101 0 26 16 240 102 72
Binary 1001101 11011011 10101011 1000001 0 10110 1110 10100000 1000010 111010

Color Harmonies of #4DDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBAB

Black with #4DDBAB

Text Example


Text Example

White with #4DDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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