Html Css Color HEX #4DDAA1 Medium Aquamarine

📋 copy color: '#4DDAA1'

red 77 ◦ green 218 ◦ blue 161

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

Shades of Medium Aquamarine #4DDAA1

Tints of Medium Aquamarine #4DDAA1

RGB

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

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

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

R = 16.89%
G = 47.81%
B = 35.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#4DDAA1 (or 0x4DDAA1) is known color: Medium Aquamarine. HEX triplet: 4D, DA and A1. RGB value is (77,218,161). Sum of RGB (Red+Green+Blue) = 77+218+161=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDAA1 is #B2255E. Grayscale: #A9A9A9. Windows color (decimal): -11674975 or 10607181. OLE color: 10607181.

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

Color convert

RGB 77 218 161 -
CMYK 0.65 0 0.26 0.15
HSL 155.74º 0.66% 0.58% -
HSV(B) 155.74º 0.65% 0.85% -
XYZ 34.56 54.29 42.38 -
YUV 169.34 123.29 62.13 -
System Red Green Blue C M Y K H S L
Decimal 77 218 161 0.65 0 0.26 0.15 155.74 0.66 0.58
Hex 4D DA A1 41 0 1A F 9C 42 3A
Octal 115 332 241 101 0 32 17 234 102 72
Binary 1001101 11011010 10100001 1000001 0 11010 1111 10011100 1000010 111010

Color Harmonies of #4DDAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAA1

Black with #4DDAA1

Text Example


Text Example

White with #4DDAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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