COLOR #55DED6

HEX: #55DED6
RGB: (85,222,214)

Color info

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

RGB color model

#55DED6 color RGB value is (85,222,214).

  • red value is 85;
  • green value is 222;
  • blue value is 214.
RGB:
(85,222,214)
(33%,87%,84%)

RGB channels and saturation

R 85 of 255 = 33%
G 222 of 255 = 87%
B 214 of 255 = 84%

85
222
214

R + G + B ~ 68%. #55DED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 222 + 214 = 521 (100%)
R 85 of 521 ~ 16.31%
G 222 of 521 ~ 42.61%
B 214 of 521 ~ 41.07%

%16.31
%42.61
%41.07

CMYK color model

#55DED6 color CMYK value is (62,0,4,13).

  • cyan value is 61.71%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 12.94%
CMYK:
(62,0,4,13)
C62M0Y4K13 
(62%,0%,4%,13%)
(0.62/0.00/0.04/0.13)	

CMYK percentages

%61.71
%0
%3.6
%12.94

Codes

Color #55DED6 in popluar color models

55DED6
RGB85222214
HSL176°67.49%60.20%
HSB/HSV176°61.71%87.06%
CMYK61.71%0.00%3.60%
12.94%

Color #55DED6 in popluar number systems.

HEX55DED6
Decimal85222214
Binary10101011101111011010110
Octal125336326

Shades and tints

Shades of #55DED6

#55DED6
(85,222,214)
#4ECAC3
(78,202,195)
#47B6B0
(71,182,176)
#40A29D
(64,162,157)
#398E8A
(57,142,138)
#327A77
(50,122,119)
#2B6664
(43,102,100)
#245251
(36,82,81)
#1D3E3E
(29,62,62)
#162A2B
(22,42,43)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #55DED6

#55DED6
(85,222,214)
#64E1D9
(100,225,217)
#73E4DC
(115,228,220)
#82E7DF
(130,231,223)
#91EAE2
(145,234,226)
#A0EDE5
(160,237,229)
#AFF0E8
(175,240,232)
#BEF3EB
(190,243,235)
#CDF6EE
(205,246,238)
#DCF9F1
(220,249,241)
#EBFCF4
(235,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55DED6 color. Also use rgb(85,222,214) instead hex code.

Text Font Color

.myTextColor { color: #55DED6; }

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

This text font color is #55DED6.


Background Color

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

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

This div background color is #55DED6.


Border color

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

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

This div border color is #55DED6.


Opacity

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

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

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

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

This text has shadow with #55DED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DED6 on black background.


Color preview on white background

This text has color #55DED6 on white background.



Black color preview on #55DED6 background

This text has black color on #55DED6 background.


White color preview on #55DED6 background

This text has white color on #55DED6 background.