COLOR #55DACE

HEX: #55DACE
RGB: (85,218,206)

Color info

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

RGB color model

#55DACE color RGB value is (85,218,206).

  • red value is 85;
  • green value is 218;
  • blue value is 206.
RGB:
(85,218,206)
(33%,85%,81%)

RGB channels and saturation

R 85 of 255 = 33%
G 218 of 255 = 85%
B 206 of 255 = 81%

85
218
206

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

Portions of RGB colors in percentages

R + G + B =
85 + 218 + 206 = 509 (100%)
R 85 of 509 ~ 16.7%
G 218 of 509 ~ 42.83%
B 206 of 509 ~ 40.47%

%16.7
%42.83
%40.47

CMYK color model

#55DACE color CMYK value is (61,0,6,15).

  • cyan value is 61.01%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(61,0,6,15)
C61M0Y6K15 
(61%,0%,6%,15%)
(0.61/0.00/0.06/0.15)	

CMYK percentages

%61.01
%0
%5.5
%14.51

Codes

Color #55DACE in popluar color models

55DACE
RGB85218206
HSL175°64.25%59.41%
HSB/HSV175°61.01%85.49%
CMYK61.01%0.00%5.50%
14.51%

Color #55DACE in popluar number systems.

HEX55DACE
Decimal85218206
Binary10101011101101011001110
Octal125332316

Shades and tints

Shades of #55DACE

#55DACE
(85,218,206)
#4EC7BC
(78,199,188)
#47B4AA
(71,180,170)
#40A198
(64,161,152)
#398E86
(57,142,134)
#327B74
(50,123,116)
#2B6862
(43,104,98)
#245550
(36,85,80)
#1D423E
(29,66,62)
#162F2C
(22,47,44)
#0F1C1A
(15,28,26)
#000000
(0,0,0)

Tints of #55DACE

#55DACE
(85,218,206)
#64DDD2
(100,221,210)
#73E0D6
(115,224,214)
#82E3DA
(130,227,218)
#91E6DE
(145,230,222)
#A0E9E2
(160,233,226)
#AFECE6
(175,236,230)
#BEEFEA
(190,239,234)
#CDF2EE
(205,242,238)
#DCF5F2
(220,245,242)
#EBF8F6
(235,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55DACE color. Also use rgb(85,218,206) instead hex code.

Text Font Color

.myTextColor { color: #55DACE; }

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

This text font color is #55DACE.


Background Color

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

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

This div background color is #55DACE.


Border color

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

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

This div border color is #55DACE.


Opacity

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

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

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

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

This text has shadow with #55DACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DACE on black background.


Color preview on white background

This text has color #55DACE on white background.



Black color preview on #55DACE background

This text has black color on #55DACE background.


White color preview on #55DACE background

This text has white color on #55DACE background.