COLOR #4DC6A5

HEX: #4DC6A5
RGB: (77,198,165)

Color info

#4DC6A5 contains mainly green and blue colors. Web safe color of #4DC6A5 is #33CC99 (or #3C9).

RGB color model

#4DC6A5 color RGB value is (77,198,165).

  • red value is 77;
  • green value is 198;
  • blue value is 165.
RGB:
(77,198,165)
(30%,78%,65%)

RGB channels and saturation

R 77 of 255 = 30%
G 198 of 255 = 78%
B 165 of 255 = 65%

77
198
165

R + G + B ~ 58%. #4DC6A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 198 + 165 = 440 (100%)
R 77 of 440 ~ 17.5%
G 198 of 440 ~ 45%
B 165 of 440 ~ 37.5%

%17.5
%45
%37.5

CMYK color model

#4DC6A5 color CMYK value is (61,0,17,22).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(61,0,17,22)
C61M0Y17K22 
(61%,0%,17%,22%)
(0.61/0.00/0.17/0.22)	

CMYK percentages

%61.11
%0
%16.67
%22.35

Codes

Color #4DC6A5 in popluar color models

4DC6A5
RGB77198165
HSL164°51.49%53.92%
HSB/HSV164°61.11%77.65%
CMYK61.11%0.00%16.67%
22.35%

Color #4DC6A5 in popluar number systems.

HEX4DC6A5
Decimal77198165
Binary10011011100011010100101
Octal115306245

Shades and tints

Shades of #4DC6A5

#4DC6A5
(77,198,165)
#46B496
(70,180,150)
#3FA287
(63,162,135)
#389078
(56,144,120)
#317E69
(49,126,105)
#2A6C5A
(42,108,90)
#235A4B
(35,90,75)
#1C483C
(28,72,60)
#15362D
(21,54,45)
#0E241E
(14,36,30)
#07120F
(7,18,15)
#000000
(0,0,0)

Tints of #4DC6A5

#4DC6A5
(77,198,165)
#5DCBAD
(93,203,173)
#6DD0B5
(109,208,181)
#7DD5BD
(125,213,189)
#8DDAC5
(141,218,197)
#9DDFCD
(157,223,205)
#ADE4D5
(173,228,213)
#BDE9DD
(189,233,221)
#CDEEE5
(205,238,229)
#DDF3ED
(221,243,237)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DC6A5 color. Also use rgb(77,198,165) instead hex code.

Text Font Color

.myTextColor { color: #4DC6A5; }

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

This text font color is #4DC6A5.


Background Color

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

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

This div background color is #4DC6A5.


Border color

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

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

This div border color is #4DC6A5.


Opacity

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

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

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

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

This text has shadow with #4DC6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC6A5 on black background.


Color preview on white background

This text has color #4DC6A5 on white background.



Black color preview on #4DC6A5 background

This text has black color on #4DC6A5 background.


White color preview on #4DC6A5 background

This text has white color on #4DC6A5 background.