HEX: #4CC0AD
RGB: (76,192,173)
#4CC0AD contains mainly green and blue colors. Web safe color of #4CC0AD is #33CC99 (or #3C9).
#4CC0AD color RGB value is (76,192,173).
RGB: (76,192,173)
(30%, 75%, 68%)
R 76 of 255 = 30%
G 192 of 255 = 75%
B 173 of 255 = 68%
R + G + B ~ 58%. #4CC0AD is middle color (not dark and not light).
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'%
#4CC0AD color CMYK value is (60,0,10,25).
CMYK: (60,0,10,25)
C60M0Y10K25 (60%, 0%, 10%, 25%)
(0.60 / 0.00 / 0.10 / 0.25)
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 of #4CC0AD
Tints of #4CC0AD
Examples of css and html codes for elements with #4CC0AD color. Also use rgb(76,192,173) instead hex code.
.myTextColor { color: #4CC0AD; }
<p style="color:#4CC0AD">This sample text font color is #4CC0AD.</p>
This text font color is #4CC0AD.
.myBgColor { background-color: #4CC0AD; }
<div style="background-color:#4CC0AD">Inner text</div>
This div background color is #4CC0AD.
.myBorderColor { border: 1px solid #4CC0AD; }
<div style="border:3px solid #4CC0AD">Div</div>
This div border color is #4CC0AD.
.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%.
.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.
/* 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 text has color #4CC0AD on black background.
This text has color #4CC0AD on white background.
This text has black color on #4CC0AD background.
This text has white color on #4CC0AD background.
Complementary color for #hex is #B33F52.