COLOR #49E0C0

HEX: #49E0C0 RGB: (73,224,192)

Color info

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

RGB color model

#49E0C0 color RGB value is (73,224,192).

RGB: (73,224,192) (29%, 88%, 75%)

RGB channels and saturation

R 73 of 255 = 29%
G 224 of 255 = 88%
B 192 of 255 = 75%

73
224
192

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

Portions of RGB colors in percentages

R + G + B = 73 + 224 + 192 = 489 (100%)
R 73 of 489 ~ 14.93%
G 224 of 489 ~ 45.81%
B 192 of 489 ~ 39.26'%

%14.93
%45.81
%39.26

CMYK color model

#49E0C0 color CMYK value is (67,0,14,12).

  • cyan value is 67.41%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 12.16%

CMYK: (67,0,14,12)
C67M0Y14K12 (67%, 0%, 14%, 12%)
(0.67 / 0.00 / 0.14 / 0.12)

CMYK percentages

%67.41
%0
%14.29
%12.16

Codes

Color #49E0C0 in popluar color models

49 E0 C0
RGB 73 224 192
HSL 167° 70.89% 58.24%
HSB/HSV 167° 67.41% 87.84%
CMYK 67.41% 0.00% 14.29%
12.16%

Color #49E0C0 in popluar number systems.

HEX 49 E0 C0
Decimal 73 224 192
Binary 1001001 11100000 11000000
Octal 111 340 300

Shades and tints

Shades of #49E0C0

#49E0C0
(73,224,192)
#43CCAF
(67,204,175)
#3DB89E
(61,184,158)
#37A48D
(55,164,141)
#31907C
(49,144,124)
#2B7C6B
(43,124,107)
#25685A
(37,104,90)
#1F5449
(31,84,73)
#194038
(25,64,56)
#132C27
(19,44,39)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #49E0C0

#49E0C0
(73,224,192)
#59E2C5
(89,226,197)
#69E4CA
(105,228,202)
#79E6CF
(121,230,207)
#89E8D4
(137,232,212)
#99EAD9
(153,234,217)
#A9ECDE
(169,236,222)
#B9EEE3
(185,238,227)
#C9F0E8
(201,240,232)
#D9F2ED
(217,242,237)
#E9F4F2
(233,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49E0C0 color. Also use rgb(73,224,192) instead hex code.

Text Font Color

.myTextColor { color: #49E0C0; }

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

This text font color is #49E0C0.

Background Color

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

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

This div background color is #49E0C0.

Border color

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

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

This div border color is #49E0C0.

Opacity

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

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

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

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

This text has shadow with #49E0C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49E0C0.

Preview

Color preview on black background

This text has color #49E0C0 on black background.


Color preview on white background

This text has color #49E0C0 on white background.


Black color preview on #49E0C0 background

This text has black color on #49E0C0 background.


White color preview on #49E0C0 background

This text has white color on #49E0C0 background.


Related colors

Complementary color

Complementary color for #hex is #B61F3F.


I love getcolorcode.com

Triadic colors

1 #C049E0 and #E0C049 with #49E0C0 are triadic colors.

2 #C0E049 and #E049C0 with #49E0C0 are triadic colors.