COLOR #4DC9B9

HEX: #4DC9B9
RGB: (77,201,185)

Color info

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

RGB color model

#4DC9B9 color RGB value is (77,201,185).

  • red value is 77;
  • green value is 201;
  • blue value is 185.
RGB:
(77,201,185)
(30%,79%,73%)

RGB channels and saturation

R 77 of 255 = 30%
G 201 of 255 = 79%
B 185 of 255 = 73%

77
201
185

R + G + B ~ 61%. #4DC9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 201 + 185 = 463 (100%)
R 77 of 463 ~ 16.63%
G 201 of 463 ~ 43.41%
B 185 of 463 ~ 39.96%

%16.63
%43.41
%39.96

CMYK color model

#4DC9B9 color CMYK value is (62,0,8,21).

  • cyan value is 61.69%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 21.18%
CMYK:
(62,0,8,21)
C62M0Y8K21 
(62%,0%,8%,21%)
(0.62/0.00/0.08/0.21)	

CMYK percentages

%61.69
%0
%7.96
%21.18

Codes

Color #4DC9B9 in popluar color models

4DC9B9
RGB77201185
HSL172°53.45%54.51%
HSB/HSV172°61.69%78.82%
CMYK61.69%0.00%7.96%
21.18%

Color #4DC9B9 in popluar number systems.

HEX4DC9B9
Decimal77201185
Binary10011011100100110111001
Octal115311271

Shades and tints

Shades of #4DC9B9

#4DC9B9
(77,201,185)
#46B7A9
(70,183,169)
#3FA599
(63,165,153)
#389389
(56,147,137)
#318179
(49,129,121)
#2A6F69
(42,111,105)
#235D59
(35,93,89)
#1C4B49
(28,75,73)
#153939
(21,57,57)
#0E2729
(14,39,41)
#071519
(7,21,25)
#000000
(0,0,0)

Tints of #4DC9B9

#4DC9B9
(77,201,185)
#5DCDBF
(93,205,191)
#6DD1C5
(109,209,197)
#7DD5CB
(125,213,203)
#8DD9D1
(141,217,209)
#9DDDD7
(157,221,215)
#ADE1DD
(173,225,221)
#BDE5E3
(189,229,227)
#CDE9E9
(205,233,233)
#DDEDEF
(221,237,239)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DC9B9 color. Also use rgb(77,201,185) instead hex code.

Text Font Color

.myTextColor { color: #4DC9B9; }

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

This text font color is #4DC9B9.


Background Color

.myBgColor { background-color: #4DC9B9; }

<div style="background-color:#4DC9B9">Inner text</div>

This div background color is #4DC9B9.


Border color

.myBorderColor { border: 1px solid #4DC9B9; }

<div style="border:3px solid #4DC9B9">Div</div>

This div border color is #4DC9B9.


Opacity

.myOpacity80 { color: #4DC9B9; opacity: 0.8; }

<p style="color:#4DC9B9;opacity:0.8;">80%</p>

Text with #4DC9B9 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 #4DC9B9;}

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

This text has shadow with #4DC9B9 color.

.textShadow {text-shadow: 3px 3px 1px #4DC9B9, 3px 3px 1px red;}

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

This text has shadow with #4DC9B9 primary color and red secondary color.


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

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

This text has shadow with #4DC9B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC9B9 on black background.


Color preview on white background

This text has color #4DC9B9 on white background.



Black color preview on #4DC9B9 background

This text has black color on #4DC9B9 background.


White color preview on #4DC9B9 background

This text has white color on #4DC9B9 background.