COLOR #49E7BC

HEX: #49E7BC
RGB: (73,231,188)

Color info

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

RGB color model

#49E7BC color RGB value is (73,231,188).

  • red value is 73;
  • green value is 231;
  • blue value is 188.
RGB:
(73,231,188)
(29%,91%,74%)

RGB channels and saturation

R 73 of 255 = 29%
G 231 of 255 = 91%
B 188 of 255 = 74%

73
231
188

R + G + B ~ 65%. #49E7BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 231 + 188 = 492 (100%)
R 73 of 492 ~ 14.84%
G 231 of 492 ~ 46.95%
B 188 of 492 ~ 38.21%

%14.84
%46.95
%38.21

CMYK color model

#49E7BC color CMYK value is (68,0,19,9).

  • cyan value is 68.40%
  • magenta value is 0.00%
  • yellow value is 18.61%
  • key color value is 9.41%
CMYK:
(68,0,19,9)
C68M0Y19K9 
(68%,0%,19%,9%)
(0.68/0.00/0.19/0.09)	

CMYK percentages

%68.4
%0
%18.61
%9.41

Codes

Color #49E7BC in popluar color models

49E7BC
RGB73231188
HSL164°76.70%59.61%
HSB/HSV164°68.40%90.59%
CMYK68.40%0.00%18.61%
9.41%

Color #49E7BC in popluar number systems.

HEX49E7BC
Decimal73231188
Binary10010011110011110111100
Octal111347274

Shades and tints

Shades of #49E7BC

#49E7BC
(73,231,188)
#43D2AB
(67,210,171)
#3DBD9A
(61,189,154)
#37A889
(55,168,137)
#319378
(49,147,120)
#2B7E67
(43,126,103)
#256956
(37,105,86)
#1F5445
(31,84,69)
#193F34
(25,63,52)
#132A23
(19,42,35)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #49E7BC

#49E7BC
(73,231,188)
#59E9C2
(89,233,194)
#69EBC8
(105,235,200)
#79EDCE
(121,237,206)
#89EFD4
(137,239,212)
#99F1DA
(153,241,218)
#A9F3E0
(169,243,224)
#B9F5E6
(185,245,230)
#C9F7EC
(201,247,236)
#D9F9F2
(217,249,242)
#E9FBF8
(233,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E7BC color. Also use rgb(73,231,188) instead hex code.

Text Font Color

.myTextColor { color: #49E7BC; }

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

This text font color is #49E7BC.


Background Color

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

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

This div background color is #49E7BC.


Border color

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

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

This div border color is #49E7BC.


Opacity

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

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

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

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

This text has shadow with #49E7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49E7BC on black background.


Color preview on white background

This text has color #49E7BC on white background.



Black color preview on #49E7BC background

This text has black color on #49E7BC background.


White color preview on #49E7BC background

This text has white color on #49E7BC background.