Html Css Color HEX #4DDAA2 Medium Aquamarine

📋 copy color: '#4DDAA2'

red 77 ◦ green 218 ◦ blue 162

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

Shades of Medium Aquamarine #4DDAA2

Tints of Medium Aquamarine #4DDAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 16.85%
G = 47.7%
B = 35.45%

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

#4DDAA2 (or 0x4DDAA2) is known color: Medium Aquamarine. HEX triplet: 4D, DA and A2. RGB value is (77,218,162). Sum of RGB (Red+Green+Blue) = 77+218+162=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDAA2 is #B2255D. Grayscale: #A9A9A9. Windows color (decimal): -11674974 or 10672717. OLE color: 10672717.

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

Color convert

RGB 77 218 162 -
CMYK 0.65 0 0.26 0.15
HSL 156.17º 0.66% 0.58% -
HSV(B) 156.17º 0.65% 0.85% -
XYZ 34.65 54.33 42.84 -
YUV 169.46 123.79 62.05 -
System Red Green Blue C M Y K H S L
Decimal 77 218 162 0.65 0 0.26 0.15 156.17 0.66 0.58
Hex 4D DA A2 41 0 1A F 9C 42 3A
Octal 115 332 242 101 0 32 17 234 102 72
Binary 1001101 11011010 10100010 1000001 0 11010 1111 10011100 1000010 111010

Color Harmonies of #4DDAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAA2

Black with #4DDAA2

Text Example


Text Example

White with #4DDAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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