#4DDBA2

Color #4DDBA2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4DDBA2

Tints of Medium Aquamarine #4DDBA2

Color information

#4DDBA2 (or 0x4DDBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, DB and A2. RGB value is (77,219,162). Sum of RGB (Red+Green+Blue) = 77+219+162=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBA2 is #B2245D. Grayscale: #AAAAAA. Windows color (decimal): -11674718 or 10672973. OLE color: 10672973.

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

Color convert

RGB77219162-
CMYK0.6500.260.14
HSL155.92º66.36%58.04%-
HSV(B)155.92º64.84%85.88%-
XYZ34.9154.8542.93-
YUV170.04123.4661.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.81%
GREEN value IS 219 (85.94% from 255) = 47.82%
BLUE value IS 162 (63.67% from 255) = 35.37%
R=16.81%
G=47.82%
B=35.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal772191620.6500.260.14155.9266.3658.04
Hex4DDBA24101AE9c423a
Octal1153332421010321623410272
Binary1001101110110111010001010000010110101110100111001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DDBA2;
 }
 .AnyTagClassName
 {
   color: #4DDBA2;
 }
</style>
background-color css

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

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

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

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

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

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