HEX: #71CC88
RGB: (113,204,136)
#71CC88 contains mainly green color. Web safe color of #71CC88 is #66CC99 (or #6C9).
#71CC88 color RGB value is (113,204,136).
RGB: (113,204,136)
(44%, 80%, 53%)
R 113 of 255 = 44%
G 204 of 255 = 80%
B 136 of 255 = 53%
R + G + B ~ 59%. #71CC88 is middle color (not dark and not light).
R + G + B = 113 + 204 + 136 = 453 (100%)
R 113 of 453 ~ 24.94%
G 204 of 453 ~ 45.03%
B 136 of 453 ~ 30.02'%
#71CC88 color CMYK value is (45,0,33,20).
CMYK: (45,0,33,20) C45M0Y33K20 (45%,0%,33%,20%) (0.45/0.00/0.33/0.20)
Color #71CC88 in popluar color models
71 | CC | 88 | |
---|---|---|---|
RGB | 113 | 204 | 136 |
HSL | 135° | 47.15% | 62.16% |
HSB/HSV | 135° | 44.61% | 80.00% |
CMYK | 44.61% | 0.00% | 33.33% |
20.00% |
Color #71CC88 in popluar number systems.
HEX | 71 | CC | 88 |
Decimal | 113 | 204 | 136 |
Binary | 1110001 | 11001100 | 10001000 |
Octal | 161 | 314 | 210 |
Shades of #71CC88
Tints of #71CC88
Examples of css and html codes for elements with #71CC88 color. Also use rgb(113,204,136) instead hex code.
.myTextColor { color: #71CC88; }
<p style="color:#71CC88">This sample text font color is #71CC88.</p>
This text font color is #71CC88.
.myBgColor { background-color: #71CC88; }
<div style="background-color:#71CC88">Inner text</div>
This div background color is #71CC88.
.myBorderColor { border: 1px solid #71CC88; }
<div style="border:3px solid #71CC88">Div</div>
This div border color is #71CC88.
.myOpacity80 { color: #71CC88; opacity: 0.8; }
<p style="color:#71CC88;opacity:0.8;">80%</p>
Text with #71CC88 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71CC88;}
<p style="text-shadow: 3px 3px 1px #71CC88">Text here.</p>
This text has shadow with #71CC88 color.
.textShadow {text-shadow: 3px 3px 1px #71CC88', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71CC88, 5px 5px 20px red">Text here.</p>
This text has shadow with #71CC88 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71CC88, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71CC88, Direction=45, Strength=4)">Text</p>
This text has shadow with #71CC88 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71CC88;
-webkit-box-shadow: 1px 1px 3px 2px #71CC88;
box-shadow: 1px 1px 3px 2px #71CC88;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71CC88; -webkit-box-shadow: 1px 1px 3px 2px #71CC88; box-shadow:1px 1px 3px 2px #71CC88;">
Div content here
</div>
This text has color #71CC88 on black background.
This text has color #71CC88 on white background.
This text has black color on #71CC88 background.
This text has white color on #71CC88 background.
Complementary color for #hex is #8E3377.