COLOR #55D1B2

HEX: #55D1B2
RGB: (85,209,178)

Color info

#55D1B2 contains mainly green and blue colors. Web safe color of #55D1B2 is #66CC99 (or #6C9).

RGB color model

#55D1B2 color RGB value is (85,209,178).

  • red value is 85;
  • green value is 209;
  • blue value is 178.
RGB:
(85,209,178)
(33%,82%,70%)

RGB channels and saturation

R 85 of 255 = 33%
G 209 of 255 = 82%
B 178 of 255 = 70%

85
209
178

R + G + B ~ 62%. #55D1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 209 + 178 = 472 (100%)
R 85 of 472 ~ 18.01%
G 209 of 472 ~ 44.28%
B 178 of 472 ~ 37.71%

%18.01
%44.28
%37.71

CMYK color model

#55D1B2 color CMYK value is (59,0,15,18).

  • cyan value is 59.33%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK:
(59,0,15,18)
C59M0Y15K18 
(59%,0%,15%,18%)
(0.59/0.00/0.15/0.18)	

CMYK percentages

%59.33
%0
%14.83
%18.04

Codes

Color #55D1B2 in popluar color models

55D1B2
RGB85209178
HSL165°57.41%57.65%
HSB/HSV165°59.33%81.96%
CMYK59.33%0.00%14.83%
18.04%

Color #55D1B2 in popluar number systems.

HEX55D1B2
Decimal85209178
Binary10101011101000110110010
Octal125321262

Shades and tints

Shades of #55D1B2

#55D1B2
(85,209,178)
#4EBEA2
(78,190,162)
#47AB92
(71,171,146)
#409882
(64,152,130)
#398572
(57,133,114)
#327262
(50,114,98)
#2B5F52
(43,95,82)
#244C42
(36,76,66)
#1D3932
(29,57,50)
#162622
(22,38,34)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #55D1B2

#55D1B2
(85,209,178)
#64D5B9
(100,213,185)
#73D9C0
(115,217,192)
#82DDC7
(130,221,199)
#91E1CE
(145,225,206)
#A0E5D5
(160,229,213)
#AFE9DC
(175,233,220)
#BEEDE3
(190,237,227)
#CDF1EA
(205,241,234)
#DCF5F1
(220,245,241)
#EBF9F8
(235,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D1B2 color. Also use rgb(85,209,178) instead hex code.

Text Font Color

.myTextColor { color: #55D1B2; }

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

This text font color is #55D1B2.


Background Color

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

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

This div background color is #55D1B2.


Border color

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

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

This div border color is #55D1B2.


Opacity

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

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

Text with #55D1B2 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 #55D1B2;}

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

This text has shadow with #55D1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D1B2 on black background.


Color preview on white background

This text has color #55D1B2 on white background.



Black color preview on #55D1B2 background

This text has black color on #55D1B2 background.


White color preview on #55D1B2 background

This text has white color on #55D1B2 background.