HEX: #6EE5BC
RGB: (110,229,188)
#6EE5BC contains mainly green and blue colors. Web safe color of #6EE5BC is #66CCCC (or #6CC).
#6EE5BC color RGB value is (110,229,188).
RGB: (110,229,188)
(43%, 90%, 74%)
R 110 of 255 = 43%
G 229 of 255 = 90%
B 188 of 255 = 74%
R + G + B ~ 69%. #6EE5BC is quite light color.
R + G + B = 110 + 229 + 188 = 527 (100%)
R 110 of 527 ~ 20.87%
G 229 of 527 ~ 43.45%
B 188 of 527 ~ 35.67'%
#6EE5BC color CMYK value is (52,0,18,10).
CMYK: (52,0,18,10) C52M0Y18K10 (52%,0%,18%,10%) (0.52/0.00/0.18/0.10)
Color #6EE5BC in popluar color models
6E | E5 | BC | |
---|---|---|---|
RGB | 110 | 229 | 188 |
HSL | 159° | 69.59% | 66.47% |
HSB/HSV | 159° | 51.97% | 89.80% |
CMYK | 51.97% | 0.00% | 17.90% |
10.20% |
Color #6EE5BC in popluar number systems.
HEX | 6E | E5 | BC |
Decimal | 110 | 229 | 188 |
Binary | 1101110 | 11100101 | 10111100 |
Octal | 156 | 345 | 274 |
Shades of #6EE5BC
Tints of #6EE5BC
Examples of css and html codes for elements with #6EE5BC color. Also use rgb(110,229,188) instead hex code.
.myTextColor { color: #6EE5BC; }
<p style="color:#6EE5BC">This sample text font color is #6EE5BC.</p>
This text font color is #6EE5BC.
.myBgColor { background-color: #6EE5BC; }
<div style="background-color:#6EE5BC">Inner text</div>
This div background color is #6EE5BC.
.myBorderColor { border: 1px solid #6EE5BC; }
<div style="border:3px solid #6EE5BC">Div</div>
This div border color is #6EE5BC.
.myOpacity80 { color: #6EE5BC; opacity: 0.8; }
<p style="color:#6EE5BC;opacity:0.8;">80%</p>
Text with #6EE5BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EE5BC;}
<p style="text-shadow: 3px 3px 1px #6EE5BC">Text here.</p>
This text has shadow with #6EE5BC color.
.textShadow {text-shadow: 3px 3px 1px #6EE5BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EE5BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #6EE5BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EE5BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EE5BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EE5BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EE5BC;
-webkit-box-shadow: 1px 1px 3px 2px #6EE5BC;
box-shadow: 1px 1px 3px 2px #6EE5BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EE5BC; -webkit-box-shadow: 1px 1px 3px 2px #6EE5BC; box-shadow:1px 1px 3px 2px #6EE5BC;">
Div content here
</div>
This text has color #6EE5BC on black background.
This text has color #6EE5BC on white background.
This text has black color on #6EE5BC background.
This text has white color on #6EE5BC background.
Complementary color for #hex is #911A43.