COLOR #55D1C7

HEX: #55D1C7
RGB: (85,209,199)

Color info

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

RGB color model

#55D1C7 color RGB value is (85,209,199).

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

RGB channels and saturation

R 85 of 255 = 33%
G 209 of 255 = 82%
B 199 of 255 = 78%

85
209
199

R + G + B ~ 64%. #55D1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 209 + 199 = 493 (100%)
R 85 of 493 ~ 17.24%
G 209 of 493 ~ 42.39%
B 199 of 493 ~ 40.37%

%17.24
%42.39
%40.37

CMYK color model

#55D1C7 color CMYK value is (59,0,5,18).

  • cyan value is 59.33%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 18.04%
CMYK:
(59,0,5,18)
C59M0Y5K18 
(59%,0%,5%,18%)
(0.59/0.00/0.05/0.18)	

CMYK percentages

%59.33
%0
%4.78
%18.04

Codes

Color #55D1C7 in popluar color models

55D1C7
RGB85209199
HSL175°57.41%57.65%
HSB/HSV175°59.33%81.96%
CMYK59.33%0.00%4.78%
18.04%

Color #55D1C7 in popluar number systems.

HEX55D1C7
Decimal85209199
Binary10101011101000111000111
Octal125321307

Shades and tints

Shades of #55D1C7

#55D1C7
(85,209,199)
#4EBEB5
(78,190,181)
#47ABA3
(71,171,163)
#409891
(64,152,145)
#39857F
(57,133,127)
#32726D
(50,114,109)
#2B5F5B
(43,95,91)
#244C49
(36,76,73)
#1D3937
(29,57,55)
#162625
(22,38,37)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #55D1C7

#55D1C7
(85,209,199)
#64D5CC
(100,213,204)
#73D9D1
(115,217,209)
#82DDD6
(130,221,214)
#91E1DB
(145,225,219)
#A0E5E0
(160,229,224)
#AFE9E5
(175,233,229)
#BEEDEA
(190,237,234)
#CDF1EF
(205,241,239)
#DCF5F4
(220,245,244)
#EBF9F9
(235,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55D1C7; }

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

This text font color is #55D1C7.


Background Color

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

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

This div background color is #55D1C7.


Border color

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

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

This div border color is #55D1C7.


Opacity

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

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

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

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

This text has shadow with #55D1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55D1C7 on black background.


Color preview on white background

This text has color #55D1C7 on white background.



Black color preview on #55D1C7 background

This text has black color on #55D1C7 background.


White color preview on #55D1C7 background

This text has white color on #55D1C7 background.