#49daae

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

Shades of Medium Aquamarine #49DAAE

Tints of Medium Aquamarine #49DAAE

Color information

#49DAAE (or 0x49DAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 49, DA and AE. RGB value is (73,218,174). Sum of RGB (Red+Green+Blue) = 73+218+174=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DAAE is #B62551. Grayscale: #A9A9A9. Windows color (decimal): -11937106 or 11459145. OLE color: 11459145.

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

Color convert

RGB73218174-
CMYK0.6700.200.15
HSL161.79º66.21%57.06%-
HSV(B)161.79º66.51%85.49%-
XYZ35.4654.6248.72-
YUV169.63130.4659.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.70%
GREEN value IS 218 (85.55% from 255) = 46.88%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=15.70%
G=46.88%
B=37.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732181740.6700.200.15161.7966.2157.06
Hex49DAAE43014Fa24239
Octal1113322561030241724210271
Binary1001001110110101010111010000110101001111101000101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49daae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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