COLOR #49F3AE

HEX: #49F3AE
RGB: (73,243,174)

Color info

#49F3AE contains mainly green color. Web safe color of #49F3AE is #33FF99 (or #3F9).

RGB color model

#49F3AE color RGB value is (73,243,174).

  • red value is 73;
  • green value is 243;
  • blue value is 174.
RGB:
(73,243,174)
(29%,95%,68%)

RGB channels and saturation

R 73 of 255 = 29%
G 243 of 255 = 95%
B 174 of 255 = 68%

73
243
174

R + G + B ~ 64%. #49F3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 243 + 174 = 490 (100%)
R 73 of 490 ~ 14.9%
G 243 of 490 ~ 49.59%
B 174 of 490 ~ 35.51%

%14.9
%49.59
%35.51

CMYK color model

#49F3AE color CMYK value is (70,0,28,5).

  • cyan value is 69.96%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 4.71%
CMYK:
(70,0,28,5)
C70M0Y28K5 
(70%,0%,28%,5%)
(0.70/0.00/0.28/0.05)	

CMYK percentages

%69.96
%0
%28.4
%4.71

Codes

Color #49F3AE in popluar color models

49F3AE
RGB73243174
HSL156°87.63%61.96%
HSB/HSV156°69.96%95.29%
CMYK69.96%0.00%28.40%
4.71%

Color #49F3AE in popluar number systems.

HEX49F3AE
Decimal73243174
Binary10010011111001110101110
Octal111363256

Shades and tints

Shades of #49F3AE

#49F3AE
(73,243,174)
#43DD9F
(67,221,159)
#3DC790
(61,199,144)
#37B181
(55,177,129)
#319B72
(49,155,114)
#2B8563
(43,133,99)
#256F54
(37,111,84)
#1F5945
(31,89,69)
#194336
(25,67,54)
#132D27
(19,45,39)
#0D1718
(13,23,24)
#000000
(0,0,0)

Tints of #49F3AE

#49F3AE
(73,243,174)
#59F4B5
(89,244,181)
#69F5BC
(105,245,188)
#79F6C3
(121,246,195)
#89F7CA
(137,247,202)
#99F8D1
(153,248,209)
#A9F9D8
(169,249,216)
#B9FADF
(185,250,223)
#C9FBE6
(201,251,230)
#D9FCED
(217,252,237)
#E9FDF4
(233,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49F3AE color. Also use rgb(73,243,174) instead hex code.

Text Font Color

.myTextColor { color: #49F3AE; }

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

This text font color is #49F3AE.


Background Color

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

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

This div background color is #49F3AE.


Border color

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

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

This div border color is #49F3AE.


Opacity

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

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

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

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

This text has shadow with #49F3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49F3AE on black background.


Color preview on white background

This text has color #49F3AE on white background.



Black color preview on #49F3AE background

This text has black color on #49F3AE background.


White color preview on #49F3AE background

This text has white color on #49F3AE background.