#49DCAE

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

Shades of Medium Aquamarine #49DCAE

Tints of Medium Aquamarine #49DCAE

Color information

#49DCAE (or 0x49DCAE) is unknown color: approx Medium Aquamarine. HEX triplet: 49, DC and AE. RGB value is (73,220,174). Sum of RGB (Red+Green+Blue) = 73+220+174=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DCAE is #B62351. Grayscale: #AAAAAA. Windows color (decimal): -11936594 or 11459657. OLE color: 11459657.

HSL color Cylindrical-coordinate representation of color #49DCAE: hue angle of 161.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCAE is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB73220174-
CMYK0.6700.210.14
HSL161.22º67.74%57.45%-
HSV(B)161.22º66.82%86.27%-
XYZ35.9855.6648.89-
YUV170.8129.858.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.63%
GREEN value IS 220 (86.33% from 255) = 47.11%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=15.63%
G=47.11%
B=37.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732201740.6700.210.14161.2267.7457.45
Hex49DCAE43015Ea14439
Octal1113342561030251624110471
Binary1001001110111001010111010000110101011110101000011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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