Html Css Color HEX #4DDBA1 Medium Aquamarine

📋 copy color: '#4DDBA1'

red 77 ◦ green 219 ◦ blue 161

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

Shades of Medium Aquamarine #4DDBA1

Tints of Medium Aquamarine #4DDBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.23%

R = 16.85%
G = 47.92%
B = 35.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#4DDBA1 (or 0x4DDBA1) is known color: Medium Aquamarine. HEX triplet: 4D, DB and A1. RGB value is (77,219,161). Sum of RGB (Red+Green+Blue) = 77+219+161=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBA1 is #B2245E. Grayscale: #AAAAAA. Windows color (decimal): -11674719 or 10607437. OLE color: 10607437.

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

Color convert

RGB 77 219 161 -
CMYK 0.65 0 0.26 0.14
HSL 155.49º 0.66% 0.58% -
HSV(B) 155.49º 0.65% 0.86% -
XYZ 34.83 54.81 42.46 -
YUV 169.93 122.96 61.72 -
System Red Green Blue C M Y K H S L
Decimal 77 219 161 0.65 0 0.26 0.14 155.49 0.66 0.58
Hex 4D DB A1 41 0 1A E 9B 42 3A
Octal 115 333 241 101 0 32 16 233 102 72
Binary 1001101 11011011 10100001 1000001 0 11010 1110 10011011 1000010 111010

Color Harmonies of #4DDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBA1

Black with #4DDBA1

Text Example


Text Example

White with #4DDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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