HEX: #71E5BA
RGB: (113,229,186)
#71E5BA contains mainly green and blue colors. Web safe color of #71E5BA is #66CCCC (or #6CC).
#71E5BA color RGB value is (113,229,186).
RGB: (113,229,186) (44%,90%,73%)
R 113 of 255 = 44%
G 229 of 255 = 90%
B 186 of 255 = 73%
R + G + B ~ 69%. #71E5BA is quite light color.
R + G + B =
113 + 229 + 186 = 528 (100%)
R 113 of 528 ~ 21.4%
G 229 of 528 ~ 43.37%
B 186 of 528 ~ 35.23%
#71E5BA color CMYK value is (51,0,19,10).
CMYK: (51,0,19,10) C51M0Y19K10 (51%,0%,19%,10%) (0.51/0.00/0.19/0.10)
71 | E5 | BA | |
---|---|---|---|
RGB | 113 | 229 | 186 |
HSL | 158° | 69.05% | 67.06% |
HSB/HSV | 158° | 50.66% | 89.80% |
CMYK | 50.66% | 0.00% | 18.78% |
10.20% |
HEX | 71 | E5 | BA |
Decimal | 113 | 229 | 186 |
Binary | 1110001 | 11100101 | 10111010 |
Octal | 161 | 345 | 272 |
Examples of css and html codes for elements with #71E5BA color. Also use rgb(113,229,186) instead hex code.
.myTextColor { color: #71E5BA; }
<p style="color:#71E5BA">This sample text font color is #71E5BA.</p>
This text font color is #71E5BA.
.myBgColor { background-color: #71E5BA; }
<div style="background-color:#71E5BA">Inner text</div>
This div background color is #71E5BA.
.myBorderColor { border: 1px solid #71E5BA; }
<div style="border:3px solid #71E5BA">Div</div>
This div border color is #71E5BA.
.myOpacity80 { color: #71E5BA; opacity: 0.8; }
<p style="color:#71E5BA;opacity:0.8;">80%</p>
Text with #71E5BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71E5BA;}
<p style="text-shadow: 3px 3px 1px #71E5BA">Text here.</p>
This text has shadow with #71E5BA color.
.textShadow {text-shadow: 3px 3px 1px #71E5BA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71E5BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #71E5BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71E5BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71E5BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #71E5BA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71E5BA; -webkit-box-shadow: 1px 1px 3px 2px #71E5BA; box-shadow: 1px 1px 3px 2px #71E5BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71E5BA; -webkit-box-shadow: 1px 1px 3px 2px #71E5BA; box-shadow:1px 1px 3px 2px #71E5BA;">
Div content here</div>
This text has color #71E5BA on black background.
This text has color #71E5BA on white background.
This text has black color on #71E5BA background.
This text has white color on #71E5BA background.