COLOR #55D8AE

HEX: #55D8AE RGB: (85,216,174)

Color info

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

RGB color model

#55D8AE color RGB value is (85,216,174).

RGB: (85,216,174) (33%, 85%, 68%)

RGB channels and saturation

R 85 of 255 = 33%
G 216 of 255 = 85%
B 174 of 255 = 68%

85
216
174

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

Portions of RGB colors in percentages

R + G + B = 85 + 216 + 174 = 475 (100%)
R 85 of 475 ~ 17.89%
G 216 of 475 ~ 45.47%
B 174 of 475 ~ 36.63'%

%17.89
%45.47
%36.63

CMYK color model

#55D8AE color CMYK value is (61,0,19,15).

  • cyan value is 60.65%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 15.29%

CMYK: (61,0,19,15)
C61M0Y19K15 (61%, 0%, 19%, 15%)
(0.61 / 0.00 / 0.19 / 0.15)

CMYK percentages

%60.65
%0
%19.44
%15.29

Codes

Color #55D8AE in popluar color models

55 D8 AE
RGB 85 216 174
HSL 161° 62.68% 59.02%
HSB/HSV 161° 60.65% 84.71%
CMYK 60.65% 0.00% 19.44%
15.29%

Color #55D8AE in popluar number systems.

HEX 55 D8 AE
Decimal 85 216 174
Binary 1010101 11011000 10101110
Octal 125 330 256

Shades and tints

Shades of #55D8AE

#55D8AE
(85,216,174)
#4EC59F
(78,197,159)
#47B290
(71,178,144)
#409F81
(64,159,129)
#398C72
(57,140,114)
#327963
(50,121,99)
#2B6654
(43,102,84)
#245345
(36,83,69)
#1D4036
(29,64,54)
#162D27
(22,45,39)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #55D8AE

#55D8AE
(85,216,174)
#64DBB5
(100,219,181)
#73DEBC
(115,222,188)
#82E1C3
(130,225,195)
#91E4CA
(145,228,202)
#A0E7D1
(160,231,209)
#AFEAD8
(175,234,216)
#BEEDDF
(190,237,223)
#CDF0E6
(205,240,230)
#DCF3ED
(220,243,237)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55D8AE color. Also use rgb(85,216,174) instead hex code.

Text Font Color

.myTextColor { color: #55D8AE; }

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

This text font color is #55D8AE.

Background Color

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

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

This div background color is #55D8AE.

Border color

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

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

This div border color is #55D8AE.

Opacity

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

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

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

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

This text has shadow with #55D8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55D8AE.

Preview

Color preview on black background

This text has color #55D8AE on black background.


Color preview on white background

This text has color #55D8AE on white background.


Black color preview on #55D8AE background

This text has black color on #55D8AE background.


White color preview on #55D8AE background

This text has white color on #55D8AE background.


Related colors

Complementary color

Complementary color for #hex is #AA2751.


I love getcolorcode.com

Triadic colors

1 #AE55D8 and #D8AE55 with #55D8AE are triadic colors.

2 #AED855 and #D855AE with #55D8AE are triadic colors.