COLOR #49DDB5

HEX: #49DDB5
RGB: (73,221,181)

Color info

#49DDB5 contains mainly green and blue colors. Web safe color of #49DDB5 is #33CCCC (or #3CC).

RGB color model

#49DDB5 color RGB value is (73,221,181).

  • red value is 73;
  • green value is 221;
  • blue value is 181.
RGB:
(73,221,181)
(29%,87%,71%)

RGB channels and saturation

R 73 of 255 = 29%
G 221 of 255 = 87%
B 181 of 255 = 71%

73
221
181

R + G + B ~ 62%. #49DDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 221 + 181 = 475 (100%)
R 73 of 475 ~ 15.37%
G 221 of 475 ~ 46.53%
B 181 of 475 ~ 38.11%

%15.37
%46.53
%38.11

CMYK color model

#49DDB5 color CMYK value is (67,0,18,13).

  • cyan value is 66.97%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(67,0,18,13)
C67M0Y18K13 
(67%,0%,18%,13%)
(0.67/0.00/0.18/0.13)	

CMYK percentages

%66.97
%0
%18.1
%13.33

Codes

Color #49DDB5 in popluar color models

49DDB5
RGB73221181
HSL164°68.52%57.65%
HSB/HSV164°66.97%86.67%
CMYK66.97%0.00%18.10%
13.33%

Color #49DDB5 in popluar number systems.

HEX49DDB5
Decimal73221181
Binary10010011101110110110101
Octal111335265

Shades and tints

Shades of #49DDB5

#49DDB5
(73,221,181)
#43C9A5
(67,201,165)
#3DB595
(61,181,149)
#37A185
(55,161,133)
#318D75
(49,141,117)
#2B7965
(43,121,101)
#256555
(37,101,85)
#1F5145
(31,81,69)
#193D35
(25,61,53)
#132925
(19,41,37)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #49DDB5

#49DDB5
(73,221,181)
#59E0BB
(89,224,187)
#69E3C1
(105,227,193)
#79E6C7
(121,230,199)
#89E9CD
(137,233,205)
#99ECD3
(153,236,211)
#A9EFD9
(169,239,217)
#B9F2DF
(185,242,223)
#C9F5E5
(201,245,229)
#D9F8EB
(217,248,235)
#E9FBF1
(233,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49DDB5 color. Also use rgb(73,221,181) instead hex code.

Text Font Color

.myTextColor { color: #49DDB5; }

<p style="color:#49DDB5">This sample text font color is #49DDB5.</p>

This text font color is #49DDB5.


Background Color

.myBgColor { background-color: #49DDB5; }

<div style="background-color:#49DDB5">Inner text</div>

This div background color is #49DDB5.


Border color

.myBorderColor { border: 1px solid #49DDB5; }

<div style="border:3px solid #49DDB5">Div</div>

This div border color is #49DDB5.


Opacity

.myOpacity80 { color: #49DDB5; opacity: 0.8; }

<p style="color:#49DDB5;opacity:0.8;">80%</p>

Text with #49DDB5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #49DDB5;}

<p style="text-shadow: 3px 3px 1px #49DDB5">Text here.</p>

This text has shadow with #49DDB5 color.

.textShadow {text-shadow: 3px 3px 1px #49DDB5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49DDB5, 5px 5px 20px red">Text here.</p>

This text has shadow with #49DDB5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49DDB5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49DDB5, Direction=45, Strength=4)">Text</p>

This text has shadow with #49DDB5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #49DDB5;
  -webkit-box-shadow:	1px 1px 3px 2px #49DDB5;
  box-shadow:		1px 1px 3px 2px #49DDB5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49DDB5;
-webkit-box-shadow: 1px 1px 3px 2px #49DDB5;
box-shadow:1px 1px 3px 2px #49DDB5;">
Div content here</div>
This div box has shadow with color #49DDB5.

Preview

Color preview on black background

This text has color #49DDB5 on black background.


Color preview on white background

This text has color #49DDB5 on white background.



Black color preview on #49DDB5 background

This text has black color on #49DDB5 background.


White color preview on #49DDB5 background

This text has white color on #49DDB5 background.