COLOR #55C18D

HEX: #55C18D RGB: (85,193,141)

Color info

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

RGB color model

#55C18D color RGB value is (85,193,141).

RGB: (85,193,141) (33%, 76%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 193 of 255 = 76%
B 141 of 255 = 55%

85
193
141

R + G + B ~ 55%. #55C18D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 193 + 141 = 419 (100%)
R 85 of 419 ~ 20.29%
G 193 of 419 ~ 46.06%
B 141 of 419 ~ 33.65'%

%20.29
%46.06
%33.65

CMYK color model

#55C18D color CMYK value is (56,0,27,24).

  • cyan value is 55.96%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK: (56,0,27,24) C56M0Y27K24 (56%,0%,27%,24%) (0.56/0.00/0.27/0.24) 

CMYK percentages

%55.96
%0
%26.94
%24.31

Codes

Color #55C18D in popluar color models

55 C1 8D
RGB 85 193 141
HSL 151° 46.55% 54.51%
HSB/HSV 151° 55.96% 75.69%
CMYK 55.96% 0.00% 26.94%
24.31%

Color #55C18D in popluar number systems.

HEX 55 C1 8D
Decimal 85 193 141
Binary 1010101 11000001 10001101
Octal 125 301 215

Shades and tints

Shades of #55C18D

#55C18D
(85,193,141)
#4EB081
(78,176,129)
#479F75
(71,159,117)
#408E69
(64,142,105)
#397D5D
(57,125,93)
#326C51
(50,108,81)
#2B5B45
(43,91,69)
#244A39
(36,74,57)
#1D392D
(29,57,45)
#162821
(22,40,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #55C18D

#55C18D
(85,193,141)
#64C697
(100,198,151)
#73CBA1
(115,203,161)
#82D0AB
(130,208,171)
#91D5B5
(145,213,181)
#A0DABF
(160,218,191)
#AFDFC9
(175,223,201)
#BEE4D3
(190,228,211)
#CDE9DD
(205,233,221)
#DCEEE7
(220,238,231)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C18D color. Also use rgb(85,193,141) instead hex code.

Text Font Color

.myTextColor { color: #55C18D; }

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

This text font color is #55C18D.

Background Color

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

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

This div background color is #55C18D.

Border color

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

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

This div border color is #55C18D.

Opacity

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

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

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

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

This text has shadow with #55C18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55C18D.

Preview

Color preview on black background

This text has color #55C18D on black background.


Color preview on white background

This text has color #55C18D on white background.


Black color preview on #55C18D background

This text has black color on #55C18D background.


White color preview on #55C18D background

This text has white color on #55C18D background.


Related colors

Complementary color

Complementary color for #hex is #AA3E72.


I love getcolorcode.com

Triadic colors

1 #8D55C1 and #C18D55 with #55C18D are triadic colors.

2 #8DC155 and #C1558D with #55C18D are triadic colors.