COLOR #49BFB0

HEX: #49BFB0
RGB: (73,191,176)

Color info

#49BFB0 contains mainly green and blue colors. Web safe color of #49BFB0 is #33CC99 (or #3C9).

RGB color model

#49BFB0 color RGB value is (73,191,176).

  • red value is 73;
  • green value is 191;
  • blue value is 176.
RGB:
(73,191,176)
(29%,75%,69%)

RGB channels and saturation

R 73 of 255 = 29%
G 191 of 255 = 75%
B 176 of 255 = 69%

73
191
176

R + G + B ~ 58%. #49BFB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 191 + 176 = 440 (100%)
R 73 of 440 ~ 16.59%
G 191 of 440 ~ 43.41%
B 176 of 440 ~ 40%

%16.59
%43.41
%40

CMYK color model

#49BFB0 color CMYK value is (62,0,8,25).

  • cyan value is 61.78%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 25.10%
CMYK:
(62,0,8,25)
C62M0Y8K25 
(62%,0%,8%,25%)
(0.62/0.00/0.08/0.25)	

CMYK percentages

%61.78
%0
%7.85
%25.1

Codes

Color #49BFB0 in popluar color models

49BFB0
RGB73191176
HSL172°47.97%51.76%
HSB/HSV172°61.78%74.90%
CMYK61.78%0.00%7.85%
25.10%

Color #49BFB0 in popluar number systems.

HEX49BFB0
Decimal73191176
Binary10010011011111110110000
Octal111277260

Shades and tints

Shades of #49BFB0

#49BFB0
(73,191,176)
#43AEA0
(67,174,160)
#3D9D90
(61,157,144)
#378C80
(55,140,128)
#317B70
(49,123,112)
#2B6A60
(43,106,96)
#255950
(37,89,80)
#1F4840
(31,72,64)
#193730
(25,55,48)
#132620
(19,38,32)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #49BFB0

#49BFB0
(73,191,176)
#59C4B7
(89,196,183)
#69C9BE
(105,201,190)
#79CEC5
(121,206,197)
#89D3CC
(137,211,204)
#99D8D3
(153,216,211)
#A9DDDA
(169,221,218)
#B9E2E1
(185,226,225)
#C9E7E8
(201,231,232)
#D9ECEF
(217,236,239)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49BFB0 color. Also use rgb(73,191,176) instead hex code.

Text Font Color

.myTextColor { color: #49BFB0; }

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

This text font color is #49BFB0.


Background Color

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

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

This div background color is #49BFB0.


Border color

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

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

This div border color is #49BFB0.


Opacity

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

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

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

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

This text has shadow with #49BFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49BFB0 on black background.


Color preview on white background

This text has color #49BFB0 on white background.



Black color preview on #49BFB0 background

This text has black color on #49BFB0 background.


White color preview on #49BFB0 background

This text has white color on #49BFB0 background.