HEX: #68A599
RGB: (104,165,153)
#68A599 contains mainly green and blue colors. Web safe color of #68A599 is #669999 (or #699).
#68A599 color RGB value is (104,165,153).
RGB: (104,165,153)
(41%, 65%, 60%)
R 104 of 255 = 41%
G 165 of 255 = 65%
B 153 of 255 = 60%
R + G + B ~ 55%. #68A599 is middle color (not dark and not light).
R + G + B = 104 + 165 + 153 = 422 (100%)
R 104 of 422 ~ 24.64%
G 165 of 422 ~ 39.1%
B 153 of 422 ~ 36.26'%
#68A599 color CMYK value is (37,0,7,35).
CMYK: (37,0,7,35)
C37M0Y7K35 (37%, 0%, 7%, 35%)
(0.37 / 0.00 / 0.07 / 0.35)
Color #68A599 in popluar color models
68 | A5 | 99 | |
---|---|---|---|
RGB | 104 | 165 | 153 |
HSL | 168° | 25.31% | 52.75% |
HSB/HSV | 168° | 36.97% | 64.71% |
CMYK | 36.97% | 0.00% | 7.27% |
35.29% |
Color #68A599 in popluar number systems.
HEX | 68 | A5 | 99 |
Decimal | 104 | 165 | 153 |
Binary | 1101000 | 10100101 | 10011001 |
Octal | 150 | 245 | 231 |
Shades of #68A599
Tints of #68A599
Examples of css and html codes for elements with #68A599 color. Also use rgb(104,165,153) instead hex code.
.myTextColor { color: #68A599; }
<p style="color:#68A599">This sample text font color is #68A599.</p>
This text font color is #68A599.
.myBgColor { background-color: #68A599; }
<div style="background-color:#68A599">Inner text</div>
This div background color is #68A599.
.myBorderColor { border: 1px solid #68A599; }
<div style="border:3px solid #68A599">Div</div>
This div border color is #68A599.
.myOpacity80 { color: #68A599; opacity: 0.8; }
<p style="color:#68A599;opacity:0.8;">80%</p>
Text with #68A599 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #68A599;}
<p style="text-shadow: 3px 3px 1px #68A599">Text here.</p>
This text has shadow with #68A599 color.
.textShadow {text-shadow: 3px 3px 1px #68A599', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #68A599, 5px 5px 20px red">Text here.</p>
This text has shadow with #68A599 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68A599, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#68A599, Direction=45, Strength=4)">Text</p>
This text has shadow with #68A599 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68A599;
-webkit-box-shadow: 1px 1px 3px 2px #68A599;
box-shadow: 1px 1px 3px 2px #68A599;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68A599; -webkit-box-shadow: 1px 1px 3px 2px #68A599; box-shadow:1px 1px 3px 2px #68A599;">
Div content here
</div>
This text has color #68A599 on black background.
This text has color #68A599 on white background.
This text has black color on #68A599 background.
This text has white color on #68A599 background.
Complementary color for #hex is #975A66.