COLOR #49BBB9

HEX: #49BBB9
RGB: (73,187,185)

Color info

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

RGB color model

#49BBB9 color RGB value is (73,187,185).

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

RGB channels and saturation

R 73 of 255 = 29%
G 187 of 255 = 73%
B 185 of 255 = 73%

73
187
185

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

Portions of RGB colors in percentages

R + G + B =
73 + 187 + 185 = 445 (100%)
R 73 of 445 ~ 16.4%
G 187 of 445 ~ 42.02%
B 185 of 445 ~ 41.57%

%16.4
%42.02
%41.57

CMYK color model

#49BBB9 color CMYK value is (61,0,1,27).

  • cyan value is 60.96%
  • magenta value is 0.00%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(61,0,1,27)
C61M0Y1K27 
(61%,0%,1%,27%)
(0.61/0.00/0.01/0.27)	

CMYK percentages

%60.96
%0
%1.07
%26.67

Codes

Color #49BBB9 in popluar color models

49BBB9
RGB73187185
HSL179°45.60%50.98%
HSB/HSV179°60.96%73.33%
CMYK60.96%0.00%1.07%
26.67%

Color #49BBB9 in popluar number systems.

HEX49BBB9
Decimal73187185
Binary10010011011101110111001
Octal111273271

Shades and tints

Shades of #49BBB9

#49BBB9
(73,187,185)
#43AAA9
(67,170,169)
#3D9999
(61,153,153)
#378889
(55,136,137)
#317779
(49,119,121)
#2B6669
(43,102,105)
#255559
(37,85,89)
#1F4449
(31,68,73)
#193339
(25,51,57)
#132229
(19,34,41)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #49BBB9

#49BBB9
(73,187,185)
#59C1BF
(89,193,191)
#69C7C5
(105,199,197)
#79CDCB
(121,205,203)
#89D3D1
(137,211,209)
#99D9D7
(153,217,215)
#A9DFDD
(169,223,221)
#B9E5E3
(185,229,227)
#C9EBE9
(201,235,233)
#D9F1EF
(217,241,239)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49BBB9; }

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

This text font color is #49BBB9.


Background Color

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

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

This div background color is #49BBB9.


Border color

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

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

This div border color is #49BBB9.


Opacity

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

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

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

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

This text has shadow with #49BBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49BBB9 on black background.


Color preview on white background

This text has color #49BBB9 on white background.



Black color preview on #49BBB9 background

This text has black color on #49BBB9 background.


White color preview on #49BBB9 background

This text has white color on #49BBB9 background.