COLOR #49E1D1

HEX: #49E1D1
RGB: (73,225,209)

Color info

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

RGB color model

#49E1D1 color RGB value is (73,225,209).

  • red value is 73;
  • green value is 225;
  • blue value is 209.
RGB:
(73,225,209)
(29%,88%,82%)

RGB channels and saturation

R 73 of 255 = 29%
G 225 of 255 = 88%
B 209 of 255 = 82%

73
225
209

R + G + B ~ 66%. #49E1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 225 + 209 = 507 (100%)
R 73 of 507 ~ 14.4%
G 225 of 507 ~ 44.38%
B 209 of 507 ~ 41.22%

%14.4
%44.38
%41.22

CMYK color model

#49E1D1 color CMYK value is (68,0,7,12).

  • cyan value is 67.56%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(68,0,7,12)
C68M0Y7K12 
(68%,0%,7%,12%)
(0.68/0.00/0.07/0.12)	

CMYK percentages

%67.56
%0
%7.11
%11.76

Codes

Color #49E1D1 in popluar color models

49E1D1
RGB73225209
HSL174°71.70%58.43%
HSB/HSV174°67.56%88.24%
CMYK67.56%0.00%7.11%
11.76%

Color #49E1D1 in popluar number systems.

HEX49E1D1
Decimal73225209
Binary10010011110000111010001
Octal111341321

Shades and tints

Shades of #49E1D1

#49E1D1
(73,225,209)
#43CDBE
(67,205,190)
#3DB9AB
(61,185,171)
#37A598
(55,165,152)
#319185
(49,145,133)
#2B7D72
(43,125,114)
#25695F
(37,105,95)
#1F554C
(31,85,76)
#194139
(25,65,57)
#132D26
(19,45,38)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #49E1D1

#49E1D1
(73,225,209)
#59E3D5
(89,227,213)
#69E5D9
(105,229,217)
#79E7DD
(121,231,221)
#89E9E1
(137,233,225)
#99EBE5
(153,235,229)
#A9EDE9
(169,237,233)
#B9EFED
(185,239,237)
#C9F1F1
(201,241,241)
#D9F3F5
(217,243,245)
#E9F5F9
(233,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E1D1 color. Also use rgb(73,225,209) instead hex code.

Text Font Color

.myTextColor { color: #49E1D1; }

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

This text font color is #49E1D1.


Background Color

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

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

This div background color is #49E1D1.


Border color

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

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

This div border color is #49E1D1.


Opacity

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

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

Text with #49E1D1 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 #49E1D1;}

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

This text has shadow with #49E1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49E1D1 on black background.


Color preview on white background

This text has color #49E1D1 on white background.



Black color preview on #49E1D1 background

This text has black color on #49E1D1 background.


White color preview on #49E1D1 background

This text has white color on #49E1D1 background.