#49DEAE

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

Shades of Medium Aquamarine #49DEAE

Tints of Medium Aquamarine #49DEAE

Color information

#49DEAE (or 0x49DEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 49, DE and AE. RGB value is (73,222,174). Sum of RGB (Red+Green+Blue) = 73+222+174=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DEAE is #B62151. Grayscale: #ACACAC. Windows color (decimal): -11936082 or 11460169. OLE color: 11460169.

HSL color Cylindrical-coordinate representation of color #49DEAE: hue angle of 160.67º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DEAE is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB73222174-
CMYK0.6700.220.13
HSL160.67º69.3%57.84%-
HSV(B)160.67º67.12%87.06%-
XYZ36.5156.7249.07-
YUV171.98129.1457.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.57%
GREEN value IS 222 (87.11% from 255) = 47.33%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=15.57%
G=47.33%
B=37.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732221740.6700.220.13160.6769.357.84
Hex49DEAE43016Da1453a
Octal1113362561030261524110572
Binary1001001110111101010111010000110101101101101000011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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