COLOR #55DEC9

HEX: #55DEC9
RGB: (85,222,201)

Color info

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

RGB color model

#55DEC9 color RGB value is (85,222,201).

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

RGB channels and saturation

R 85 of 255 = 33%
G 222 of 255 = 87%
B 201 of 255 = 79%

85
222
201

R + G + B ~ 66%. #55DEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 222 + 201 = 508 (100%)
R 85 of 508 ~ 16.73%
G 222 of 508 ~ 43.7%
B 201 of 508 ~ 39.57%

%16.73
%43.7
%39.57

CMYK color model

#55DEC9 color CMYK value is (62,0,9,13).

  • cyan value is 61.71%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(62,0,9,13)
C62M0Y9K13 
(62%,0%,9%,13%)
(0.62/0.00/0.09/0.13)	

CMYK percentages

%61.71
%0
%9.46
%12.94

Codes

Color #55DEC9 in popluar color models

55DEC9
RGB85222201
HSL171°67.49%60.20%
HSB/HSV171°61.71%87.06%
CMYK61.71%0.00%9.46%
12.94%

Color #55DEC9 in popluar number systems.

HEX55DEC9
Decimal85222201
Binary10101011101111011001001
Octal125336311

Shades and tints

Shades of #55DEC9

#55DEC9
(85,222,201)
#4ECAB7
(78,202,183)
#47B6A5
(71,182,165)
#40A293
(64,162,147)
#398E81
(57,142,129)
#327A6F
(50,122,111)
#2B665D
(43,102,93)
#24524B
(36,82,75)
#1D3E39
(29,62,57)
#162A27
(22,42,39)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #55DEC9

#55DEC9
(85,222,201)
#64E1CD
(100,225,205)
#73E4D1
(115,228,209)
#82E7D5
(130,231,213)
#91EAD9
(145,234,217)
#A0EDDD
(160,237,221)
#AFF0E1
(175,240,225)
#BEF3E5
(190,243,229)
#CDF6E9
(205,246,233)
#DCF9ED
(220,249,237)
#EBFCF1
(235,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55DEC9; }

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

This text font color is #55DEC9.


Background Color

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

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

This div background color is #55DEC9.


Border color

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

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

This div border color is #55DEC9.


Opacity

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

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

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

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

This text has shadow with #55DEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DEC9 on black background.


Color preview on white background

This text has color #55DEC9 on white background.



Black color preview on #55DEC9 background

This text has black color on #55DEC9 background.


White color preview on #55DEC9 background

This text has white color on #55DEC9 background.