HEX: #53CE93
RGB: (83,206,147)
#53CE93 contains mainly green and blue colors. Web safe color of #53CE93 is #66CC99 (or #6C9).
#53CE93 color RGB value is (83,206,147).
RGB: (83,206,147)
(33%, 81%, 58%)
R 83 of 255 = 33%
G 206 of 255 = 81%
B 147 of 255 = 58%
R + G + B ~ 57%. #53CE93 is middle color (not dark and not light).
R + G + B = 83 + 206 + 147 = 436 (100%)
R 83 of 436 ~ 19.04%
G 206 of 436 ~ 47.25%
B 147 of 436 ~ 33.72'%
#53CE93 color CMYK value is (60,0,29,19).
CMYK: (60,0,29,19) C60M0Y29K19 (60%,0%,29%,19%) (0.60/0.00/0.29/0.19)
Color #53CE93 in popluar color models
53 | CE | 93 | |
---|---|---|---|
RGB | 83 | 206 | 147 |
HSL | 151° | 55.66% | 56.67% |
HSB/HSV | 151° | 59.71% | 80.78% |
CMYK | 59.71% | 0.00% | 28.64% |
19.22% |
Color #53CE93 in popluar number systems.
HEX | 53 | CE | 93 |
Decimal | 83 | 206 | 147 |
Binary | 1010011 | 11001110 | 10010011 |
Octal | 123 | 316 | 223 |
Shades of #53CE93
Tints of #53CE93
Examples of css and html codes for elements with #53CE93 color. Also use rgb(83,206,147) instead hex code.
.myTextColor { color: #53CE93; }
<p style="color:#53CE93">This sample text font color is #53CE93.</p>
This text font color is #53CE93.
.myBgColor { background-color: #53CE93; }
<div style="background-color:#53CE93">Inner text</div>
This div background color is #53CE93.
.myBorderColor { border: 1px solid #53CE93; }
<div style="border:3px solid #53CE93">Div</div>
This div border color is #53CE93.
.myOpacity80 { color: #53CE93; opacity: 0.8; }
<p style="color:#53CE93;opacity:0.8;">80%</p>
Text with #53CE93 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53CE93;}
<p style="text-shadow: 3px 3px 1px #53CE93">Text here.</p>
This text has shadow with #53CE93 color.
.textShadow {text-shadow: 3px 3px 1px #53CE93', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53CE93, 5px 5px 20px red">Text here.</p>
This text has shadow with #53CE93 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53CE93, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53CE93, Direction=45, Strength=4)">Text</p>
This text has shadow with #53CE93 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53CE93;
-webkit-box-shadow: 1px 1px 3px 2px #53CE93;
box-shadow: 1px 1px 3px 2px #53CE93;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53CE93; -webkit-box-shadow: 1px 1px 3px 2px #53CE93; box-shadow:1px 1px 3px 2px #53CE93;">
Div content here
</div>
This text has color #53CE93 on black background.
This text has color #53CE93 on white background.
This text has black color on #53CE93 background.
This text has white color on #53CE93 background.
Complementary color for #hex is #AC316C.