COLOR #55BC8C

HEX: #55BC8C RGB: (85,188,140)

Color info

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

RGB color model

#55BC8C color RGB value is (85,188,140).

RGB: (85,188,140) (33%, 74%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 188 of 255 = 74%
B 140 of 255 = 55%

85
188
140

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

Portions of RGB colors in percentages

R + G + B = 85 + 188 + 140 = 413 (100%)
R 85 of 413 ~ 20.58%
G 188 of 413 ~ 45.52%
B 140 of 413 ~ 33.9'%

%20.58
%45.52
%33.9

CMYK color model

#55BC8C color CMYK value is (55,0,26,26).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 26.27%

CMYK: (55,0,26,26)
C55M0Y26K26 (55%, 0%, 26%, 26%)
(0.55 / 0.00 / 0.26 / 0.26)

CMYK percentages

%54.79
%0
%25.53
%26.27

Codes

Color #55BC8C in popluar color models

55 BC 8C
RGB 85 188 140
HSL 152° 43.46% 53.53%
HSB/HSV 152° 54.79% 73.73%
CMYK 54.79% 0.00% 25.53%
26.27%

Color #55BC8C in popluar number systems.

HEX 55 BC 8C
Decimal 85 188 140
Binary 1010101 10111100 10001100
Octal 125 274 214

Shades and tints

Shades of #55BC8C

#55BC8C
(85,188,140)
#4EAB80
(78,171,128)
#479A74
(71,154,116)
#408968
(64,137,104)
#39785C
(57,120,92)
#326750
(50,103,80)
#2B5644
(43,86,68)
#244538
(36,69,56)
#1D342C
(29,52,44)
#162320
(22,35,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #55BC8C

#55BC8C
(85,188,140)
#64C296
(100,194,150)
#73C8A0
(115,200,160)
#82CEAA
(130,206,170)
#91D4B4
(145,212,180)
#A0DABE
(160,218,190)
#AFE0C8
(175,224,200)
#BEE6D2
(190,230,210)
#CDECDC
(205,236,220)
#DCF2E6
(220,242,230)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BC8C color. Also use rgb(85,188,140) instead hex code.

Text Font Color

.myTextColor { color: #55BC8C; }

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

This text font color is #55BC8C.

Background Color

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

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

This div background color is #55BC8C.

Border color

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

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

This div border color is #55BC8C.

Opacity

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

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

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

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

This text has shadow with #55BC8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55BC8C.

Preview

Color preview on black background

This text has color #55BC8C on black background.


Color preview on white background

This text has color #55BC8C on white background.


Black color preview on #55BC8C background

This text has black color on #55BC8C background.


White color preview on #55BC8C background

This text has white color on #55BC8C background.


Related colors

Complementary color

Complementary color for #hex is #AA4373.


I love getcolorcode.com

Triadic colors

1 #8C55BC and #BC8C55 with #55BC8C are triadic colors.

2 #8CBC55 and #BC558C with #55BC8C are triadic colors.