COLOR #49ECD5

HEX: #49ECD5
RGB: (73,236,213)

Color info

#49ECD5 contains mainly green and blue colors. Web safe color of #49ECD5 is #33FFCC (or #3FC).

RGB color model

#49ECD5 color RGB value is (73,236,213).

  • red value is 73;
  • green value is 236;
  • blue value is 213.
RGB:
(73,236,213)
(29%,93%,84%)

RGB channels and saturation

R 73 of 255 = 29%
G 236 of 255 = 93%
B 213 of 255 = 84%

73
236
213

R + G + B ~ 69%. #49ECD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 236 + 213 = 522 (100%)
R 73 of 522 ~ 13.98%
G 236 of 522 ~ 45.21%
B 213 of 522 ~ 40.8%

%13.98
%45.21
%40.8

CMYK color model

#49ECD5 color CMYK value is (69,0,10,7).

  • cyan value is 69.07%
  • magenta value is 0.00%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(69,0,10,7)
C69M0Y10K7 
(69%,0%,10%,7%)
(0.69/0.00/0.10/0.07)	

CMYK percentages

%69.07
%0
%9.75
%7.45

Codes

Color #49ECD5 in popluar color models

49ECD5
RGB73236213
HSL172°81.09%60.59%
HSB/HSV172°69.07%92.55%
CMYK69.07%0.00%9.75%
7.45%

Color #49ECD5 in popluar number systems.

HEX49ECD5
Decimal73236213
Binary10010011110110011010101
Octal111354325

Shades and tints

Shades of #49ECD5

#49ECD5
(73,236,213)
#43D7C2
(67,215,194)
#3DC2AF
(61,194,175)
#37AD9C
(55,173,156)
#319889
(49,152,137)
#2B8376
(43,131,118)
#256E63
(37,110,99)
#1F5950
(31,89,80)
#19443D
(25,68,61)
#132F2A
(19,47,42)
#0D1A17
(13,26,23)
#000000
(0,0,0)

Tints of #49ECD5

#49ECD5
(73,236,213)
#59EDD8
(89,237,216)
#69EEDB
(105,238,219)
#79EFDE
(121,239,222)
#89F0E1
(137,240,225)
#99F1E4
(153,241,228)
#A9F2E7
(169,242,231)
#B9F3EA
(185,243,234)
#C9F4ED
(201,244,237)
#D9F5F0
(217,245,240)
#E9F6F3
(233,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49ECD5 color. Also use rgb(73,236,213) instead hex code.

Text Font Color

.myTextColor { color: #49ECD5; }

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

This text font color is #49ECD5.


Background Color

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

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

This div background color is #49ECD5.


Border color

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

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

This div border color is #49ECD5.


Opacity

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

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

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

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

This text has shadow with #49ECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49ECD5 on black background.


Color preview on white background

This text has color #49ECD5 on white background.



Black color preview on #49ECD5 background

This text has black color on #49ECD5 background.


White color preview on #49ECD5 background

This text has white color on #49ECD5 background.