COLOR #49D2DE

HEX: #49D2DE
RGB: (73,210,222)

Color info

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

RGB color model

#49D2DE color RGB value is (73,210,222).

  • red value is 73;
  • green value is 210;
  • blue value is 222.
RGB:
(73,210,222)
(29%,82%,87%)

RGB channels and saturation

R 73 of 255 = 29%
G 210 of 255 = 82%
B 222 of 255 = 87%

73
210
222

R + G + B ~ 66%. #49D2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 210 + 222 = 505 (100%)
R 73 of 505 ~ 14.46%
G 210 of 505 ~ 41.58%
B 222 of 505 ~ 43.96%

%14.46
%41.58
%43.96

CMYK color model

#49D2DE color CMYK value is (67,5,0,13).

  • cyan value is 67.12%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(67,5,0,13)
C67M5Y0K13 
(67%,5%,0%,13%)
(0.67/0.05/0.00/0.13)	

CMYK percentages

%67.12
%5.41
%0
%12.94

Codes

Color #49D2DE in popluar color models

49D2DE
RGB73210222
HSL185°69.30%57.84%
HSB/HSV185°67.12%87.06%
CMYK67.12%5.41%0.00%
12.94%

Color #49D2DE in popluar number systems.

HEX49D2DE
Decimal73210222
Binary10010011101001011011110
Octal111322336

Shades and tints

Shades of #49D2DE

#49D2DE
(73,210,222)
#43BFCA
(67,191,202)
#3DACB6
(61,172,182)
#3799A2
(55,153,162)
#31868E
(49,134,142)
#2B737A
(43,115,122)
#256066
(37,96,102)
#1F4D52
(31,77,82)
#193A3E
(25,58,62)
#13272A
(19,39,42)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #49D2DE

#49D2DE
(73,210,222)
#59D6E1
(89,214,225)
#69DAE4
(105,218,228)
#79DEE7
(121,222,231)
#89E2EA
(137,226,234)
#99E6ED
(153,230,237)
#A9EAF0
(169,234,240)
#B9EEF3
(185,238,243)
#C9F2F6
(201,242,246)
#D9F6F9
(217,246,249)
#E9FAFC
(233,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49D2DE color. Also use rgb(73,210,222) instead hex code.

Text Font Color

.myTextColor { color: #49D2DE; }

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

This text font color is #49D2DE.


Background Color

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

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

This div background color is #49D2DE.


Border color

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

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

This div border color is #49D2DE.


Opacity

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

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

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

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

This text has shadow with #49D2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49D2DE on black background.


Color preview on white background

This text has color #49D2DE on white background.



Black color preview on #49D2DE background

This text has black color on #49D2DE background.


White color preview on #49D2DE background

This text has white color on #49D2DE background.