COLOR #49CFD1

HEX: #49CFD1
RGB: (73,207,209)

Color info

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

RGB color model

#49CFD1 color RGB value is (73,207,209).

  • red value is 73;
  • green value is 207;
  • blue value is 209.
RGB:
(73,207,209)
(29%,81%,82%)

RGB channels and saturation

R 73 of 255 = 29%
G 207 of 255 = 81%
B 209 of 255 = 82%

73
207
209

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

Portions of RGB colors in percentages

R + G + B =
73 + 207 + 209 = 489 (100%)
R 73 of 489 ~ 14.93%
G 207 of 489 ~ 42.33%
B 209 of 489 ~ 42.74%

%14.93
%42.33
%42.74

CMYK color model

#49CFD1 color CMYK value is (65,1,0,18).

  • cyan value is 65.07%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(65,1,0,18)
C65M1Y0K18 
(65%,1%,0%,18%)
(0.65/0.01/0.00/0.18)	

CMYK percentages

%65.07
%0.96
%0
%18.04

Codes

Color #49CFD1 in popluar color models

49CFD1
RGB73207209
HSL181°59.65%55.29%
HSB/HSV181°65.07%81.96%
CMYK65.07%0.96%0.00%
18.04%

Color #49CFD1 in popluar number systems.

HEX49CFD1
Decimal73207209
Binary10010011100111111010001
Octal111317321

Shades and tints

Shades of #49CFD1

#49CFD1
(73,207,209)
#43BDBE
(67,189,190)
#3DABAB
(61,171,171)
#379998
(55,153,152)
#318785
(49,135,133)
#2B7572
(43,117,114)
#25635F
(37,99,95)
#1F514C
(31,81,76)
#193F39
(25,63,57)
#132D26
(19,45,38)
#0D1B13
(13,27,19)
#000000
(0,0,0)

Tints of #49CFD1

#49CFD1
(73,207,209)
#59D3D5
(89,211,213)
#69D7D9
(105,215,217)
#79DBDD
(121,219,221)
#89DFE1
(137,223,225)
#99E3E5
(153,227,229)
#A9E7E9
(169,231,233)
#B9EBED
(185,235,237)
#C9EFF1
(201,239,241)
#D9F3F5
(217,243,245)
#E9F7F9
(233,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49CFD1 color. Also use rgb(73,207,209) instead hex code.

Text Font Color

.myTextColor { color: #49CFD1; }

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

This text font color is #49CFD1.


Background Color

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

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

This div background color is #49CFD1.


Border color

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

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

This div border color is #49CFD1.


Opacity

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

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

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

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

This text has shadow with #49CFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49CFD1 on black background.


Color preview on white background

This text has color #49CFD1 on white background.



Black color preview on #49CFD1 background

This text has black color on #49CFD1 background.


White color preview on #49CFD1 background

This text has white color on #49CFD1 background.