HEX: #63C69C
RGB: (99,198,156)
#63C69C contains mainly green and blue colors. Web safe color of #63C69C is #66CC99 (or #6C9).
#63C69C color RGB value is (99,198,156).
RGB: (99,198,156)
(39%, 78%, 61%)
R 99 of 255 = 39%
G 198 of 255 = 78%
B 156 of 255 = 61%
R + G + B ~ 59%. #63C69C is middle color (not dark and not light).
R + G + B = 99 + 198 + 156 = 453 (100%)
R 99 of 453 ~ 21.85%
G 198 of 453 ~ 43.71%
B 156 of 453 ~ 34.44'%
#63C69C color CMYK value is (50,0,21,22).
CMYK: (50,0,21,22) C50M0Y21K22 (50%,0%,21%,22%) (0.50/0.00/0.21/0.22)
Color #63C69C in popluar color models
63 | C6 | 9C | |
---|---|---|---|
RGB | 99 | 198 | 156 |
HSL | 155° | 46.48% | 58.24% |
HSB/HSV | 155° | 50.00% | 77.65% |
CMYK | 50.00% | 0.00% | 21.21% |
22.35% |
Color #63C69C in popluar number systems.
HEX | 63 | C6 | 9C |
Decimal | 99 | 198 | 156 |
Binary | 1100011 | 11000110 | 10011100 |
Octal | 143 | 306 | 234 |
Shades of #63C69C
Tints of #63C69C
Examples of css and html codes for elements with #63C69C color. Also use rgb(99,198,156) instead hex code.
.myTextColor { color: #63C69C; }
<p style="color:#63C69C">This sample text font color is #63C69C.</p>
This text font color is #63C69C.
.myBgColor { background-color: #63C69C; }
<div style="background-color:#63C69C">Inner text</div>
This div background color is #63C69C.
.myBorderColor { border: 1px solid #63C69C; }
<div style="border:3px solid #63C69C">Div</div>
This div border color is #63C69C.
.myOpacity80 { color: #63C69C; opacity: 0.8; }
<p style="color:#63C69C;opacity:0.8;">80%</p>
Text with #63C69C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63C69C;}
<p style="text-shadow: 3px 3px 1px #63C69C">Text here.</p>
This text has shadow with #63C69C color.
.textShadow {text-shadow: 3px 3px 1px #63C69C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63C69C, 5px 5px 20px red">Text here.</p>
This text has shadow with #63C69C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63C69C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63C69C, Direction=45, Strength=4)">Text</p>
This text has shadow with #63C69C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63C69C;
-webkit-box-shadow: 1px 1px 3px 2px #63C69C;
box-shadow: 1px 1px 3px 2px #63C69C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63C69C; -webkit-box-shadow: 1px 1px 3px 2px #63C69C; box-shadow:1px 1px 3px 2px #63C69C;">
Div content here
</div>
This text has color #63C69C on black background.
This text has color #63C69C on white background.
This text has black color on #63C69C background.
This text has white color on #63C69C background.
Complementary color for #hex is #9C3963.