COLOR #55D3BA

HEX: #55D3BA
RGB: (85,211,186)

Color info

#55D3BA contains mainly green and blue colors. Web safe color of #55D3BA is #66CCCC (or #6CC).

RGB color model

#55D3BA color RGB value is (85,211,186).

  • red value is 85;
  • green value is 211;
  • blue value is 186.
RGB:
(85,211,186)
(33%,83%,73%)

RGB channels and saturation

R 85 of 255 = 33%
G 211 of 255 = 83%
B 186 of 255 = 73%

85
211
186

R + G + B ~ 63%. #55D3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 211 + 186 = 482 (100%)
R 85 of 482 ~ 17.63%
G 211 of 482 ~ 43.78%
B 186 of 482 ~ 38.59%

%17.63
%43.78
%38.59

CMYK color model

#55D3BA color CMYK value is (60,0,12,17).

  • cyan value is 59.72%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 17.25%
CMYK:
(60,0,12,17)
C60M0Y12K17 
(60%,0%,12%,17%)
(0.60/0.00/0.12/0.17)	

CMYK percentages

%59.72
%0
%11.85
%17.25

Codes

Color #55D3BA in popluar color models

55D3BA
RGB85211186
HSL168°58.88%58.04%
HSB/HSV168°59.72%82.75%
CMYK59.72%0.00%11.85%
17.25%

Color #55D3BA in popluar number systems.

HEX55D3BA
Decimal85211186
Binary10101011101001110111010
Octal125323272

Shades and tints

Shades of #55D3BA

#55D3BA
(85,211,186)
#4EC0AA
(78,192,170)
#47AD9A
(71,173,154)
#409A8A
(64,154,138)
#39877A
(57,135,122)
#32746A
(50,116,106)
#2B615A
(43,97,90)
#244E4A
(36,78,74)
#1D3B3A
(29,59,58)
#16282A
(22,40,42)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #55D3BA

#55D3BA
(85,211,186)
#64D7C0
(100,215,192)
#73DBC6
(115,219,198)
#82DFCC
(130,223,204)
#91E3D2
(145,227,210)
#A0E7D8
(160,231,216)
#AFEBDE
(175,235,222)
#BEEFE4
(190,239,228)
#CDF3EA
(205,243,234)
#DCF7F0
(220,247,240)
#EBFBF6
(235,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D3BA color. Also use rgb(85,211,186) instead hex code.

Text Font Color

.myTextColor { color: #55D3BA; }

<p style="color:#55D3BA">This sample text font color is #55D3BA.</p>

This text font color is #55D3BA.


Background Color

.myBgColor { background-color: #55D3BA; }

<div style="background-color:#55D3BA">Inner text</div>

This div background color is #55D3BA.


Border color

.myBorderColor { border: 1px solid #55D3BA; }

<div style="border:3px solid #55D3BA">Div</div>

This div border color is #55D3BA.


Opacity

.myOpacity80 { color: #55D3BA; opacity: 0.8; }

<p style="color:#55D3BA;opacity:0.8;">80%</p>

Text with #55D3BA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #55D3BA;}

<p style="text-shadow: 3px 3px 1px #55D3BA">Text here.</p>

This text has shadow with #55D3BA color.

.textShadow {text-shadow: 3px 3px 1px #55D3BA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #55D3BA, 5px 5px 20px red">Text here.</p>

This text has shadow with #55D3BA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55D3BA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#55D3BA, Direction=45, Strength=4)">Text</p>

This text has shadow with #55D3BA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #55D3BA;
  -webkit-box-shadow:	1px 1px 3px 2px #55D3BA;
  box-shadow:		1px 1px 3px 2px #55D3BA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55D3BA;
-webkit-box-shadow: 1px 1px 3px 2px #55D3BA;
box-shadow:1px 1px 3px 2px #55D3BA;">
Div content here</div>
This div box has shadow with color #55D3BA.

Preview

Color preview on black background

This text has color #55D3BA on black background.


Color preview on white background

This text has color #55D3BA on white background.



Black color preview on #55D3BA background

This text has black color on #55D3BA background.


White color preview on #55D3BA background

This text has white color on #55D3BA background.