COLOR #4DC6AF

HEX: #4DC6AF
RGB: (77,198,175)

Color info

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

RGB color model

#4DC6AF color RGB value is (77,198,175).

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

RGB channels and saturation

R 77 of 255 = 30%
G 198 of 255 = 78%
B 175 of 255 = 69%

77
198
175

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

Portions of RGB colors in percentages

R + G + B =
77 + 198 + 175 = 450 (100%)
R 77 of 450 ~ 17.11%
G 198 of 450 ~ 44%
B 175 of 450 ~ 38.89%

%17.11
%44
%38.89

CMYK color model

#4DC6AF color CMYK value is (61,0,12,22).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(61,0,12,22)
C61M0Y12K22 
(61%,0%,12%,22%)
(0.61/0.00/0.12/0.22)	

CMYK percentages

%61.11
%0
%11.62
%22.35

Codes

Color #4DC6AF in popluar color models

4DC6AF
RGB77198175
HSL169°51.49%53.92%
HSB/HSV169°61.11%77.65%
CMYK61.11%0.00%11.62%
22.35%

Color #4DC6AF in popluar number systems.

HEX4DC6AF
Decimal77198175
Binary10011011100011010101111
Octal115306257

Shades and tints

Shades of #4DC6AF

#4DC6AF
(77,198,175)
#46B4A0
(70,180,160)
#3FA291
(63,162,145)
#389082
(56,144,130)
#317E73
(49,126,115)
#2A6C64
(42,108,100)
#235A55
(35,90,85)
#1C4846
(28,72,70)
#153637
(21,54,55)
#0E2428
(14,36,40)
#071219
(7,18,25)
#000000
(0,0,0)

Tints of #4DC6AF

#4DC6AF
(77,198,175)
#5DCBB6
(93,203,182)
#6DD0BD
(109,208,189)
#7DD5C4
(125,213,196)
#8DDACB
(141,218,203)
#9DDFD2
(157,223,210)
#ADE4D9
(173,228,217)
#BDE9E0
(189,233,224)
#CDEEE7
(205,238,231)
#DDF3EE
(221,243,238)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DC6AF; }

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

This text font color is #4DC6AF.


Background Color

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

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

This div background color is #4DC6AF.


Border color

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

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

This div border color is #4DC6AF.


Opacity

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

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

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

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

This text has shadow with #4DC6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC6AF on black background.


Color preview on white background

This text has color #4DC6AF on white background.



Black color preview on #4DC6AF background

This text has black color on #4DC6AF background.


White color preview on #4DC6AF background

This text has white color on #4DC6AF background.