HEX: #63BAAF
RGB: (99,186,175)
#63BAAF contains mainly green and blue colors. Web safe color of #63BAAF is #66CC99 (or #6C9).
#63BAAF color RGB value is (99,186,175).
RGB: (99,186,175)
(39%, 73%, 69%)
R 99 of 255 = 39%
G 186 of 255 = 73%
B 175 of 255 = 69%
R + G + B ~ 60%. #63BAAF is middle color (not dark and not light).
R + G + B = 99 + 186 + 175 = 460 (100%)
R 99 of 460 ~ 21.52%
G 186 of 460 ~ 40.43%
B 175 of 460 ~ 38.04'%
#63BAAF color CMYK value is (47,0,6,27).
CMYK: (47,0,6,27) C47M0Y6K27 (47%,0%,6%,27%) (0.47/0.00/0.06/0.27)
Color #63BAAF in popluar color models
63 | BA | AF | |
---|---|---|---|
RGB | 99 | 186 | 175 |
HSL | 172° | 38.67% | 55.88% |
HSB/HSV | 172° | 46.77% | 72.94% |
CMYK | 46.77% | 0.00% | 5.91% |
27.06% |
Color #63BAAF in popluar number systems.
HEX | 63 | BA | AF |
Decimal | 99 | 186 | 175 |
Binary | 1100011 | 10111010 | 10101111 |
Octal | 143 | 272 | 257 |
Shades of #63BAAF
Tints of #63BAAF
Examples of css and html codes for elements with #63BAAF color. Also use rgb(99,186,175) instead hex code.
.myTextColor { color: #63BAAF; }
<p style="color:#63BAAF">This sample text font color is #63BAAF.</p>
This text font color is #63BAAF.
.myBgColor { background-color: #63BAAF; }
<div style="background-color:#63BAAF">Inner text</div>
This div background color is #63BAAF.
.myBorderColor { border: 1px solid #63BAAF; }
<div style="border:3px solid #63BAAF">Div</div>
This div border color is #63BAAF.
.myOpacity80 { color: #63BAAF; opacity: 0.8; }
<p style="color:#63BAAF;opacity:0.8;">80%</p>
Text with #63BAAF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63BAAF;}
<p style="text-shadow: 3px 3px 1px #63BAAF">Text here.</p>
This text has shadow with #63BAAF color.
.textShadow {text-shadow: 3px 3px 1px #63BAAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63BAAF, 5px 5px 20px red">Text here.</p>
This text has shadow with #63BAAF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63BAAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63BAAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #63BAAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63BAAF;
-webkit-box-shadow: 1px 1px 3px 2px #63BAAF;
box-shadow: 1px 1px 3px 2px #63BAAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63BAAF; -webkit-box-shadow: 1px 1px 3px 2px #63BAAF; box-shadow:1px 1px 3px 2px #63BAAF;">
Div content here
</div>
This text has color #63BAAF on black background.
This text has color #63BAAF on white background.
This text has black color on #63BAAF background.
This text has white color on #63BAAF background.
Complementary color for #hex is #9C4550.