Html Css Color HEX #4DD4A1 Medium Aquamarine

📋 copy color: '#4DD4A1'

red 77 ◦ green 212 ◦ blue 161

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

Shades of Medium Aquamarine #4DD4A1

Tints of Medium Aquamarine #4DD4A1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.11%

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

R = 17.11%
G = 47.11%
B = 35.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#4DD4A1 (or 0x4DD4A1) is known color: Medium Aquamarine. HEX triplet: 4D, D4 and A1. RGB value is (77,212,161). Sum of RGB (Red+Green+Blue) = 77+212+161=450 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.11% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #4DD4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD4A1 is #B22B5E. Grayscale: #A5A5A5. Windows color (decimal): -11676511 or 10605645. OLE color: 10605645.

HSL color Cylindrical-coordinate representation of color #4DD4A1: hue angle of 157.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD4A1 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 77 212 161 -
CMYK 0.64 0 0.24 0.17
HSL 157.33º 0.61% 0.57% -
HSV(B) 157.33º 0.64% 0.83% -
XYZ 33.04 51.24 41.87 -
YUV 165.82 125.27 64.65 -
System Red Green Blue C M Y K H S L
Decimal 77 212 161 0.64 0 0.24 0.17 157.33 0.61 0.57
Hex 4D D4 A1 40 0 18 11 9D 3D 39
Octal 115 324 241 100 0 30 21 235 75 71
Binary 1001101 11010100 10100001 1000000 0 11000 10001 10011101 111101 111001

Color Harmonies of #4DD4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD4A1

Black with #4DD4A1

Text Example


Text Example

White with #4DD4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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