COLOR #49F7CC

HEX: #49F7CC
RGB: (73,247,204)

Color info

#49F7CC contains mainly green and blue colors. Web safe color of #49F7CC is #33FFCC (or #3FC).

RGB color model

#49F7CC color RGB value is (73,247,204).

  • red value is 73;
  • green value is 247;
  • blue value is 204.
RGB:
(73,247,204)
(29%,97%,80%)

RGB channels and saturation

R 73 of 255 = 29%
G 247 of 255 = 97%
B 204 of 255 = 80%

73
247
204

R + G + B ~ 69%. #49F7CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 247 + 204 = 524 (100%)
R 73 of 524 ~ 13.93%
G 247 of 524 ~ 47.14%
B 204 of 524 ~ 38.93%

%13.93
%47.14
%38.93

CMYK color model

#49F7CC color CMYK value is (70,0,17,3).

  • cyan value is 70.45%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(70,0,17,3)
C70M0Y17K3 
(70%,0%,17%,3%)
(0.70/0.00/0.17/0.03)	

CMYK percentages

%70.45
%0
%17.41
%3.14

Codes

Color #49F7CC in popluar color models

49F7CC
RGB73247204
HSL165°91.58%62.75%
HSB/HSV165°70.45%96.86%
CMYK70.45%0.00%17.41%
3.14%

Color #49F7CC in popluar number systems.

HEX49F7CC
Decimal73247204
Binary10010011111011111001100
Octal111367314

Shades and tints

Shades of #49F7CC

#49F7CC
(73,247,204)
#43E1BA
(67,225,186)
#3DCBA8
(61,203,168)
#37B596
(55,181,150)
#319F84
(49,159,132)
#2B8972
(43,137,114)
#257360
(37,115,96)
#1F5D4E
(31,93,78)
#19473C
(25,71,60)
#13312A
(19,49,42)
#0D1B18
(13,27,24)
#000000
(0,0,0)

Tints of #49F7CC

#49F7CC
(73,247,204)
#59F7D0
(89,247,208)
#69F7D4
(105,247,212)
#79F7D8
(121,247,216)
#89F7DC
(137,247,220)
#99F7E0
(153,247,224)
#A9F7E4
(169,247,228)
#B9F7E8
(185,247,232)
#C9F7EC
(201,247,236)
#D9F7F0
(217,247,240)
#E9F7F4
(233,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49F7CC color. Also use rgb(73,247,204) instead hex code.

Text Font Color

.myTextColor { color: #49F7CC; }

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

This text font color is #49F7CC.


Background Color

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

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

This div background color is #49F7CC.


Border color

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

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

This div border color is #49F7CC.


Opacity

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

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

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

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

This text has shadow with #49F7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49F7CC on black background.


Color preview on white background

This text has color #49F7CC on white background.



Black color preview on #49F7CC background

This text has black color on #49F7CC background.


White color preview on #49F7CC background

This text has white color on #49F7CC background.