HEX: #55E5DD
RGB: (85,229,221)
#55E5DD contains mainly green and blue colors. Web safe color of #55E5DD is #66CCCC (or #6CC).
#55E5DD color RGB value is (85,229,221).
RGB: (85,229,221)
(33%, 90%, 87%)
R 85 of 255 = 33%
G 229 of 255 = 90%
B 221 of 255 = 87%
R + G + B ~ 70%. #55E5DD is quite light color.
R + G + B = 85 + 229 + 221 = 535 (100%)
R 85 of 535 ~ 15.89%
G 229 of 535 ~ 42.8%
B 221 of 535 ~ 41.31'%
#55E5DD color CMYK value is (63,0,3,10).
CMYK: (63,0,3,10)
C63M0Y3K10 (63%, 0%, 3%, 10%)
(0.63 / 0.00 / 0.03 / 0.10)
Color #55E5DD in popluar color models
55 | E5 | DD | |
---|---|---|---|
RGB | 85 | 229 | 221 |
HSL | 177° | 73.47% | 61.57% |
HSB/HSV | 177° | 62.88% | 89.80% |
CMYK | 62.88% | 0.00% | 3.49% |
10.20% |
Color #55E5DD in popluar number systems.
HEX | 55 | E5 | DD |
Decimal | 85 | 229 | 221 |
Binary | 1010101 | 11100101 | 11011101 |
Octal | 125 | 345 | 335 |
Shades of #55E5DD
Tints of #55E5DD
Examples of css and html codes for elements with #55E5DD color. Also use rgb(85,229,221) instead hex code.
.myTextColor { color: #55E5DD; }
<p style="color:#55E5DD">This sample text font color is #55E5DD.</p>
This text font color is #55E5DD.
.myBgColor { background-color: #55E5DD; }
<div style="background-color:#55E5DD">Inner text</div>
This div background color is #55E5DD.
.myBorderColor { border: 1px solid #55E5DD; }
<div style="border:3px solid #55E5DD">Div</div>
This div border color is #55E5DD.
.myOpacity80 { color: #55E5DD; opacity: 0.8; }
<p style="color:#55E5DD;opacity:0.8;">80%</p>
Text with #55E5DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55E5DD;}
<p style="text-shadow: 3px 3px 1px #55E5DD">Text here.</p>
This text has shadow with #55E5DD color.
.textShadow {text-shadow: 3px 3px 1px #55E5DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55E5DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #55E5DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55E5DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55E5DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #55E5DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55E5DD;
-webkit-box-shadow: 1px 1px 3px 2px #55E5DD;
box-shadow: 1px 1px 3px 2px #55E5DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55E5DD; -webkit-box-shadow: 1px 1px 3px 2px #55E5DD; box-shadow:1px 1px 3px 2px #55E5DD;">
Div content here
</div>
This text has color #55E5DD on black background.
This text has color #55E5DD on white background.
This text has black color on #55E5DD background.
This text has white color on #55E5DD background.
Complementary color for #hex is #AA1A22.