COLOR #4DCAB2

HEX: #4DCAB2 RGB: (77,202,178)

Color info

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

RGB color model

#4DCAB2 color RGB value is (77,202,178).

RGB: (77,202,178) (30%, 79%, 70%)

RGB channels and saturation

R 77 of 255 = 30%
G 202 of 255 = 79%
B 178 of 255 = 70%

77
202
178

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

Portions of RGB colors in percentages

R + G + B = 77 + 202 + 178 = 457 (100%)
R 77 of 457 ~ 16.85%
G 202 of 457 ~ 44.2%
B 178 of 457 ~ 38.95'%

%16.85
%44.2
%38.95

CMYK color model

#4DCAB2 color CMYK value is (62,0,12,21).

  • cyan value is 61.88%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 20.78%

CMYK: (62,0,12,21)
C62M0Y12K21 (62%, 0%, 12%, 21%)
(0.62 / 0.00 / 0.12 / 0.21)

CMYK percentages

%61.88
%0
%11.88
%20.78

Codes

Color #4DCAB2 in popluar color models

4D CA B2
RGB 77 202 178
HSL 168° 54.11% 54.71%
HSB/HSV 168° 61.88% 79.22%
CMYK 61.88% 0.00% 11.88%
20.78%

Color #4DCAB2 in popluar number systems.

HEX 4D CA B2
Decimal 77 202 178
Binary 1001101 11001010 10110010
Octal 115 312 262

Shades and tints

Shades of #4DCAB2

#4DCAB2
(77,202,178)
#46B8A2
(70,184,162)
#3FA692
(63,166,146)
#389482
(56,148,130)
#318272
(49,130,114)
#2A7062
(42,112,98)
#235E52
(35,94,82)
#1C4C42
(28,76,66)
#153A32
(21,58,50)
#0E2822
(14,40,34)
#071612
(7,22,18)
#000000
(0,0,0)

Tints of #4DCAB2

#4DCAB2
(77,202,178)
#5DCEB9
(93,206,185)
#6DD2C0
(109,210,192)
#7DD6C7
(125,214,199)
#8DDACE
(141,218,206)
#9DDED5
(157,222,213)
#ADE2DC
(173,226,220)
#BDE6E3
(189,230,227)
#CDEAEA
(205,234,234)
#DDEEF1
(221,238,241)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DCAB2 color. Also use rgb(77,202,178) instead hex code.

Text Font Color

.myTextColor { color: #4DCAB2; }

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

This text font color is #4DCAB2.

Background Color

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

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

This div background color is #4DCAB2.

Border color

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

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

This div border color is #4DCAB2.

Opacity

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

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

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

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

This text has shadow with #4DCAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DCAB2.

Preview

Color preview on black background

This text has color #4DCAB2 on black background.


Color preview on white background

This text has color #4DCAB2 on white background.


Black color preview on #4DCAB2 background

This text has black color on #4DCAB2 background.


White color preview on #4DCAB2 background

This text has white color on #4DCAB2 background.


Related colors

Complementary color

Complementary color for #hex is #B2354D.


I love getcolorcode.com

Triadic colors

1 #B24DCA and #CAB24D with #4DCAB2 are triadic colors.

2 #B2CA4D and #CA4DB2 with #4DCAB2 are triadic colors.