#49D8AD

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

Shades of Medium Aquamarine #49D8AD

Tints of Medium Aquamarine #49D8AD

Color information

#49D8AD (or 0x49D8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 49, D8 and AD. RGB value is (73,216,173). Sum of RGB (Red+Green+Blue) = 73+216+173=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #49D8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D8AD is #B62752. Grayscale: #A8A8A8. Windows color (decimal): -11937619 or 11393097. OLE color: 11393097.

HSL color Cylindrical-coordinate representation of color #49D8AD: hue angle of 161.96º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D8AD is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB73216173-
CMYK0.6600.200.15
HSL161.96º64.71%56.67%-
HSV(B)161.96º66.2%84.71%-
XYZ34.8553.5548.03-
YUV168.34130.6260-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.80%
GREEN value IS 216 (84.77% from 255) = 46.75%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=15.80%
G=46.75%
B=37.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732161730.6600.200.15161.9664.7156.67
Hex49D8AD42014Fa24139
Octal1113302551020241724210171
Binary1001001110110001010110110000100101001111101000101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49D8AD; }

 p { color: rgb(73,216,173); }

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

<style>
 a { background-color: #49D8AD; }

 a { background-color: rgb(73,216,173); }

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

<style>
 span { border-color: #49D8AD; }

 span { border-color: rgb(73,216,173); }

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