#49DBB1

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

Shades of Medium Aquamarine #49DBB1

Tints of Medium Aquamarine #49DBB1

Color information

#49DBB1 (or 0x49DBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 49, DB and B1. RGB value is (73,219,177). Sum of RGB (Red+Green+Blue) = 73+219+177=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBB1 is #B6244E. Grayscale: #AAAAAA. Windows color (decimal): -11936847 or 11656009. OLE color: 11656009.

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

Color convert

RGB73219177-
CMYK0.6700.190.14
HSL162.74º66.97%57.25%-
HSV(B)162.74º66.67%85.88%-
XYZ36.0155.2550.36-
YUV170.56131.6358.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.57%
GREEN value IS 219 (85.94% from 255) = 46.70%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=15.57%
G=46.70%
B=37.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal732191770.6700.190.14162.7466.9757.25
Hex49DBB143013Ea34339
Octal1113332611030231624310371
Binary1001001110110111011000110000110100111110101000111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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