COLOR #49E0E2

HEX: #49E0E2
RGB: (73,224,226)

Color info

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

RGB color model

#49E0E2 color RGB value is (73,224,226).

  • red value is 73;
  • green value is 224;
  • blue value is 226.
RGB:
(73,224,226)
(29%,88%,89%)

RGB channels and saturation

R 73 of 255 = 29%
G 224 of 255 = 88%
B 226 of 255 = 89%

73
224
226

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

Portions of RGB colors in percentages

R + G + B =
73 + 224 + 226 = 523 (100%)
R 73 of 523 ~ 13.96%
G 224 of 523 ~ 42.83%
B 226 of 523 ~ 43.21%

%13.96
%42.83
%43.21

CMYK color model

#49E0E2 color CMYK value is (68,1,0,11).

  • cyan value is 67.70%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(68,1,0,11)
C68M1Y0K11 
(68%,1%,0%,11%)
(0.68/0.01/0.00/0.11)	

CMYK percentages

%67.7
%0.88
%0
%11.37

Codes

Color #49E0E2 in popluar color models

49E0E2
RGB73224226
HSL181°72.51%58.63%
HSB/HSV181°67.70%88.63%
CMYK67.70%0.88%0.00%
11.37%

Color #49E0E2 in popluar number systems.

HEX49E0E2
Decimal73224226
Binary10010011110000011100010
Octal111340342

Shades and tints

Shades of #49E0E2

#49E0E2
(73,224,226)
#43CCCE
(67,204,206)
#3DB8BA
(61,184,186)
#37A4A6
(55,164,166)
#319092
(49,144,146)
#2B7C7E
(43,124,126)
#25686A
(37,104,106)
#1F5456
(31,84,86)
#194042
(25,64,66)
#132C2E
(19,44,46)
#0D181A
(13,24,26)
#000000
(0,0,0)

Tints of #49E0E2

#49E0E2
(73,224,226)
#59E2E4
(89,226,228)
#69E4E6
(105,228,230)
#79E6E8
(121,230,232)
#89E8EA
(137,232,234)
#99EAEC
(153,234,236)
#A9ECEE
(169,236,238)
#B9EEF0
(185,238,240)
#C9F0F2
(201,240,242)
#D9F2F4
(217,242,244)
#E9F4F6
(233,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E0E2 color. Also use rgb(73,224,226) instead hex code.

Text Font Color

.myTextColor { color: #49E0E2; }

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

This text font color is #49E0E2.


Background Color

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

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

This div background color is #49E0E2.


Border color

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

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

This div border color is #49E0E2.


Opacity

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

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

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

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

This text has shadow with #49E0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49E0E2 on black background.


Color preview on white background

This text has color #49E0E2 on white background.



Black color preview on #49E0E2 background

This text has black color on #49E0E2 background.


White color preview on #49E0E2 background

This text has white color on #49E0E2 background.