#49DBB0

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

Shades of Medium Aquamarine #49DBB0

Tints of Medium Aquamarine #49DBB0

Color information

#49DBB0 (or 0x49DBB0) is unknown color: approx Medium Aquamarine. HEX triplet: 49, DB and B0. RGB value is (73,219,176). Sum of RGB (Red+Green+Blue) = 73+219+176=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBB0 is #B6244F. Grayscale: #AAAAAA. Windows color (decimal): -11936848 or 11590473. OLE color: 11590473.

HSL color Cylindrical-coordinate representation of color #49DBB0: hue angle of 162.33º degrees, saturation: 0.67, 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 #49DBB0 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB73219176-
CMYK0.6700.200.14
HSL162.33º66.97%57.25%-
HSV(B)162.33º66.67%85.88%-
XYZ35.9255.2149.84-
YUV170.44131.1358.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.60%
GREEN value IS 219 (85.94% from 255) = 46.79%
BLUE value IS 176 (69.14% from 255) = 37.61%
R=15.60%
G=46.79%
B=37.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732191760.6700.200.14162.3366.9757.25
Hex49DBB043014Ea24339
Octal1113332601030241624210371
Binary1001001110110111011000010000110101001110101000101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,219,176); }

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

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

 a { background-color: rgb(73,219,176); }

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

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

 span { border-color: rgb(73,219,176); }

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