COLOR #49F0BB

HEX: #49F0BB
RGB: (73,240,187)

Color info

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

RGB color model

#49F0BB color RGB value is (73,240,187).

  • red value is 73;
  • green value is 240;
  • blue value is 187.
RGB:
(73,240,187)
(29%,94%,73%)

RGB channels and saturation

R 73 of 255 = 29%
G 240 of 255 = 94%
B 187 of 255 = 73%

73
240
187

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

Portions of RGB colors in percentages

R + G + B =
73 + 240 + 187 = 500 (100%)
R 73 of 500 ~ 14.6%
G 240 of 500 ~ 48%
B 187 of 500 ~ 37.4%

%14.6
%48
%37.4

CMYK color model

#49F0BB color CMYK value is (70,0,22,6).

  • cyan value is 69.58%
  • magenta value is 0.00%
  • yellow value is 22.08%
  • key color value is 5.88%
CMYK:
(70,0,22,6)
C70M0Y22K6 
(70%,0%,22%,6%)
(0.70/0.00/0.22/0.06)	

CMYK percentages

%69.58
%0
%22.08
%5.88

Codes

Color #49F0BB in popluar color models

49F0BB
RGB73240187
HSL161°84.77%61.37%
HSB/HSV161°69.58%94.12%
CMYK69.58%0.00%22.08%
5.88%

Color #49F0BB in popluar number systems.

HEX49F0BB
Decimal73240187
Binary10010011111000010111011
Octal111360273

Shades and tints

Shades of #49F0BB

#49F0BB
(73,240,187)
#43DBAA
(67,219,170)
#3DC699
(61,198,153)
#37B188
(55,177,136)
#319C77
(49,156,119)
#2B8766
(43,135,102)
#257255
(37,114,85)
#1F5D44
(31,93,68)
#194833
(25,72,51)
#133322
(19,51,34)
#0D1E11
(13,30,17)
#000000
(0,0,0)

Tints of #49F0BB

#49F0BB
(73,240,187)
#59F1C1
(89,241,193)
#69F2C7
(105,242,199)
#79F3CD
(121,243,205)
#89F4D3
(137,244,211)
#99F5D9
(153,245,217)
#A9F6DF
(169,246,223)
#B9F7E5
(185,247,229)
#C9F8EB
(201,248,235)
#D9F9F1
(217,249,241)
#E9FAF7
(233,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49F0BB color. Also use rgb(73,240,187) instead hex code.

Text Font Color

.myTextColor { color: #49F0BB; }

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

This text font color is #49F0BB.


Background Color

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

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

This div background color is #49F0BB.


Border color

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

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

This div border color is #49F0BB.


Opacity

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

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

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

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

This text has shadow with #49F0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49F0BB on black background.


Color preview on white background

This text has color #49F0BB on white background.



Black color preview on #49F0BB background

This text has black color on #49F0BB background.


White color preview on #49F0BB background

This text has white color on #49F0BB background.