#49D3AE

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

Shades of Medium Aquamarine #49D3AE

Tints of Medium Aquamarine #49D3AE

Color information

#49D3AE (or 0x49D3AE) is unknown color: approx Medium Aquamarine. HEX triplet: 49, D3 and AE. RGB value is (73,211,174). Sum of RGB (Red+Green+Blue) = 73+211+174=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #49D3AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D3AE is #B62C51. Grayscale: #A5A5A5. Windows color (decimal): -11938898 or 11457353. OLE color: 11457353.

HSL color Cylindrical-coordinate representation of color #49D3AE: hue angle of 163.91º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D3AE is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB73211174-
CMYK0.6500.180.17
HSL163.91º61.06%55.69%-
HSV(B)163.91º65.4%82.75%-
XYZ33.6851.0648.12-
YUV165.52132.7862.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.94%
GREEN value IS 211 (82.81% from 255) = 46.07%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=15.94%
G=46.07%
B=37.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal732111740.6500.180.17163.9161.0655.69
Hex49D3AE4101211a43d38
Octal111323256101022212447570
Binary1001001110100111010111010000010100101000110100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,211,174); }

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

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

 a { background-color: rgb(73,211,174); }

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

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

 span { border-color: rgb(73,211,174); }

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