COLOR #49A98E

HEX: #49A98E
RGB: (73,169,142)

Color info

#49A98E contains mainly green and blue colors. Web safe color of #49A98E is #339999 (or #399).

RGB color model

#49A98E color RGB value is (73,169,142).

  • red value is 73;
  • green value is 169;
  • blue value is 142.
RGB:
(73,169,142)
(29%,66%,56%)

RGB channels and saturation

R 73 of 255 = 29%
G 169 of 255 = 66%
B 142 of 255 = 56%

73
169
142

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

Portions of RGB colors in percentages

R + G + B =
73 + 169 + 142 = 384 (100%)
R 73 of 384 ~ 19.01%
G 169 of 384 ~ 44.01%
B 142 of 384 ~ 36.98%

%19.01
%44.01
%36.98

CMYK color model

#49A98E color CMYK value is (57,0,16,34).

  • cyan value is 56.80%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(57,0,16,34)
C57M0Y16K34 
(57%,0%,16%,34%)
(0.57/0.00/0.16/0.34)	

CMYK percentages

%56.8
%0
%15.98
%33.73

Codes

Color #49A98E in popluar color models

49A98E
RGB73169142
HSL163°39.67%47.45%
HSB/HSV163°56.80%66.27%
CMYK56.80%0.00%15.98%
33.73%

Color #49A98E in popluar number systems.

HEX49A98E
Decimal73169142
Binary10010011010100110001110
Octal111251216

Shades and tints

Shades of #49A98E

#49A98E
(73,169,142)
#439A82
(67,154,130)
#3D8B76
(61,139,118)
#377C6A
(55,124,106)
#316D5E
(49,109,94)
#2B5E52
(43,94,82)
#254F46
(37,79,70)
#1F403A
(31,64,58)
#19312E
(25,49,46)
#132222
(19,34,34)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #49A98E

#49A98E
(73,169,142)
#59B098
(89,176,152)
#69B7A2
(105,183,162)
#79BEAC
(121,190,172)
#89C5B6
(137,197,182)
#99CCC0
(153,204,192)
#A9D3CA
(169,211,202)
#B9DAD4
(185,218,212)
#C9E1DE
(201,225,222)
#D9E8E8
(217,232,232)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A98E color. Also use rgb(73,169,142) instead hex code.

Text Font Color

.myTextColor { color: #49A98E; }

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

This text font color is #49A98E.


Background Color

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

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

This div background color is #49A98E.


Border color

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

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

This div border color is #49A98E.


Opacity

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

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

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

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

This text has shadow with #49A98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49A98E on black background.


Color preview on white background

This text has color #49A98E on white background.



Black color preview on #49A98E background

This text has black color on #49A98E background.


White color preview on #49A98E background

This text has white color on #49A98E background.