HEX: #6ED4C3
RGB: (110,212,195)
#6ED4C3 contains mainly green and blue colors. Web safe color of #6ED4C3 is #66CCCC (or #6CC).
#6ED4C3 color RGB value is (110,212,195).
RGB: (110,212,195)
(43%, 83%, 76%)
R 110 of 255 = 43%
G 212 of 255 = 83%
B 195 of 255 = 76%
R + G + B ~ 67%. #6ED4C3 is quite light color.
R + G + B = 110 + 212 + 195 = 517 (100%)
R 110 of 517 ~ 21.28%
G 212 of 517 ~ 41.01%
B 195 of 517 ~ 37.72'%
#6ED4C3 color CMYK value is (48,0,8,17).
CMYK: (48,0,8,17) C48M0Y8K17 (48%,0%,8%,17%) (0.48/0.00/0.08/0.17)
Color #6ED4C3 in popluar color models
6E | D4 | C3 | |
---|---|---|---|
RGB | 110 | 212 | 195 |
HSL | 170° | 54.26% | 63.14% |
HSB/HSV | 170° | 48.11% | 83.14% |
CMYK | 48.11% | 0.00% | 8.02% |
16.86% |
Color #6ED4C3 in popluar number systems.
HEX | 6E | D4 | C3 |
Decimal | 110 | 212 | 195 |
Binary | 1101110 | 11010100 | 11000011 |
Octal | 156 | 324 | 303 |
Shades of #6ED4C3
Tints of #6ED4C3
Examples of css and html codes for elements with #6ED4C3 color. Also use rgb(110,212,195) instead hex code.
.myTextColor { color: #6ED4C3; }
<p style="color:#6ED4C3">This sample text font color is #6ED4C3.</p>
This text font color is #6ED4C3.
.myBgColor { background-color: #6ED4C3; }
<div style="background-color:#6ED4C3">Inner text</div>
This div background color is #6ED4C3.
.myBorderColor { border: 1px solid #6ED4C3; }
<div style="border:3px solid #6ED4C3">Div</div>
This div border color is #6ED4C3.
.myOpacity80 { color: #6ED4C3; opacity: 0.8; }
<p style="color:#6ED4C3;opacity:0.8;">80%</p>
Text with #6ED4C3 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6ED4C3;}
<p style="text-shadow: 3px 3px 1px #6ED4C3">Text here.</p>
This text has shadow with #6ED4C3 color.
.textShadow {text-shadow: 3px 3px 1px #6ED4C3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6ED4C3, 5px 5px 20px red">Text here.</p>
This text has shadow with #6ED4C3 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ED4C3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6ED4C3, Direction=45, Strength=4)">Text</p>
This text has shadow with #6ED4C3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6ED4C3;
-webkit-box-shadow: 1px 1px 3px 2px #6ED4C3;
box-shadow: 1px 1px 3px 2px #6ED4C3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ED4C3; -webkit-box-shadow: 1px 1px 3px 2px #6ED4C3; box-shadow:1px 1px 3px 2px #6ED4C3;">
Div content here
</div>
This text has color #6ED4C3 on black background.
This text has color #6ED4C3 on white background.
This text has black color on #6ED4C3 background.
This text has white color on #6ED4C3 background.
Complementary color for #hex is #912B3C.