COLOR #49BFB2

HEX: #49BFB2 RGB: (73,191,178)

Color info

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

RGB color model

#49BFB2 color RGB value is (73,191,178).

RGB: (73,191,178) (29%, 75%, 70%)

RGB channels and saturation

R 73 of 255 = 29%
G 191 of 255 = 75%
B 178 of 255 = 70%

73
191
178

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

Portions of RGB colors in percentages

R + G + B = 73 + 191 + 178 = 442 (100%)
R 73 of 442 ~ 16.52%
G 191 of 442 ~ 43.21%
B 178 of 442 ~ 40.27'%

%16.52
%43.21
%40.27

CMYK color model

#49BFB2 color CMYK value is (62,0,7,25).

  • cyan value is 61.78%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 25.10%

CMYK: (62,0,7,25)
C62M0Y7K25 (62%, 0%, 7%, 25%)
(0.62 / 0.00 / 0.07 / 0.25)

CMYK percentages

%61.78
%0
%6.81
%25.1

Codes

Color #49BFB2 in popluar color models

49 BF B2
RGB 73 191 178
HSL 173° 47.97% 51.76%
HSB/HSV 173° 61.78% 74.90%
CMYK 61.78% 0.00% 6.81%
25.10%

Color #49BFB2 in popluar number systems.

HEX 49 BF B2
Decimal 73 191 178
Binary 1001001 10111111 10110010
Octal 111 277 262

Shades and tints

Shades of #49BFB2

#49BFB2
(73,191,178)
#43AEA2
(67,174,162)
#3D9D92
(61,157,146)
#378C82
(55,140,130)
#317B72
(49,123,114)
#2B6A62
(43,106,98)
#255952
(37,89,82)
#1F4842
(31,72,66)
#193732
(25,55,50)
#132622
(19,38,34)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #49BFB2

#49BFB2
(73,191,178)
#59C4B9
(89,196,185)
#69C9C0
(105,201,192)
#79CEC7
(121,206,199)
#89D3CE
(137,211,206)
#99D8D5
(153,216,213)
#A9DDDC
(169,221,220)
#B9E2E3
(185,226,227)
#C9E7EA
(201,231,234)
#D9ECF1
(217,236,241)
#E9F1F8
(233,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49BFB2; }

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

This text font color is #49BFB2.

Background Color

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

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

This div background color is #49BFB2.

Border color

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

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

This div border color is #49BFB2.

Opacity

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

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

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

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

This text has shadow with #49BFB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49BFB2.

Preview

Color preview on black background

This text has color #49BFB2 on black background.


Color preview on white background

This text has color #49BFB2 on white background.


Black color preview on #49BFB2 background

This text has black color on #49BFB2 background.


White color preview on #49BFB2 background

This text has white color on #49BFB2 background.


Related colors

Complementary color

Complementary color for #hex is #B6404D.


I love getcolorcode.com

Triadic colors

1 #B249BF and #BFB249 with #49BFB2 are triadic colors.

2 #B2BF49 and #BF49B2 with #49BFB2 are triadic colors.