COLOR #4CC0AD

HEX: #4CC0AD RGB: (76,192,173)

Color info

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

RGB color model

#4CC0AD color RGB value is (76,192,173).

RGB: (76,192,173) (30%, 75%, 68%)

RGB channels and saturation

R 76 of 255 = 30%
G 192 of 255 = 75%
B 173 of 255 = 68%

76
192
173

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

Portions of RGB colors in percentages

R + G + B = 76 + 192 + 173 = 441 (100%)
R 76 of 441 ~ 17.23%
G 192 of 441 ~ 43.54%
B 173 of 441 ~ 39.23'%

%17.23
%43.54
%39.23

CMYK color model

#4CC0AD color CMYK value is (60,0,10,25).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 24.71%

CMYK: (60,0,10,25)
C60M0Y10K25 (60%, 0%, 10%, 25%)
(0.60 / 0.00 / 0.10 / 0.25)

CMYK percentages

%60.42
%0
%9.9
%24.71

Codes

Color #4CC0AD in popluar color models

4C C0 AD
RGB 76 192 173
HSL 170° 47.93% 52.55%
HSB/HSV 170° 60.42% 75.29%
CMYK 60.42% 0.00% 9.90%
24.71%

Color #4CC0AD in popluar number systems.

HEX 4C C0 AD
Decimal 76 192 173
Binary 1001100 11000000 10101101
Octal 114 300 255

Shades and tints

Shades of #4CC0AD

#4CC0AD
(76,192,173)
#46AF9E
(70,175,158)
#409E8F
(64,158,143)
#3A8D80
(58,141,128)
#347C71
(52,124,113)
#2E6B62
(46,107,98)
#285A53
(40,90,83)
#224944
(34,73,68)
#1C3835
(28,56,53)
#162726
(22,39,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #4CC0AD

#4CC0AD
(76,192,173)
#5CC5B4
(92,197,180)
#6CCABB
(108,202,187)
#7CCFC2
(124,207,194)
#8CD4C9
(140,212,201)
#9CD9D0
(156,217,208)
#ACDED7
(172,222,215)
#BCE3DE
(188,227,222)
#CCE8E5
(204,232,229)
#DCEDEC
(220,237,236)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC0AD color. Also use rgb(76,192,173) instead hex code.

Text Font Color

.myTextColor { color: #4CC0AD; }

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

This text font color is #4CC0AD.

Background Color

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

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

This div background color is #4CC0AD.

Border color

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

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

This div border color is #4CC0AD.

Opacity

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

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

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

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

This text has shadow with #4CC0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CC0AD.

Preview

Color preview on black background

This text has color #4CC0AD on black background.


Color preview on white background

This text has color #4CC0AD on white background.


Black color preview on #4CC0AD background

This text has black color on #4CC0AD background.


White color preview on #4CC0AD background

This text has white color on #4CC0AD background.


Related colors

Complementary color

Complementary color for #hex is #B33F52.


I love getcolorcode.com

Triadic colors

1 #AD4CC0 and #C0AD4C with #4CC0AD are triadic colors.

2 #ADC04C and #C04CAD with #4CC0AD are triadic colors.