COLOR #55B17C

HEX: #55B17C
RGB: (85,177,124)

Color info

#55B17C contains mainly green and blue colors. Web safe color of #55B17C is #669966 (or #696).

RGB color model

#55B17C color RGB value is (85,177,124).

  • red value is 85;
  • green value is 177;
  • blue value is 124.
RGB:
(85,177,124)
(33%,69%,49%)

RGB channels and saturation

R 85 of 255 = 33%
G 177 of 255 = 69%
B 124 of 255 = 49%

85
177
124

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

Portions of RGB colors in percentages

R + G + B =
85 + 177 + 124 = 386 (100%)
R 85 of 386 ~ 22.02%
G 177 of 386 ~ 45.85%
B 124 of 386 ~ 32.12%

%22.02
%45.85
%32.12

CMYK color model

#55B17C color CMYK value is (52,0,30,31).

  • cyan value is 51.98%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 30.59%
CMYK:
(52,0,30,31)
C52M0Y30K31 
(52%,0%,30%,31%)
(0.52/0.00/0.30/0.31)	

CMYK percentages

%51.98
%0
%29.94
%30.59

Codes

Color #55B17C in popluar color models

55B17C
RGB85177124
HSL145°37.10%51.37%
HSB/HSV145°51.98%69.41%
CMYK51.98%0.00%29.94%
30.59%

Color #55B17C in popluar number systems.

HEX55B17C
Decimal85177124
Binary1010101101100011111100
Octal125261174

Shades and tints

Shades of #55B17C

#55B17C
(85,177,124)
#4EA171
(78,161,113)
#479166
(71,145,102)
#40815B
(64,129,91)
#397150
(57,113,80)
#326145
(50,97,69)
#2B513A
(43,81,58)
#24412F
(36,65,47)
#1D3124
(29,49,36)
#162119
(22,33,25)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #55B17C

#55B17C
(85,177,124)
#64B887
(100,184,135)
#73BF92
(115,191,146)
#82C69D
(130,198,157)
#91CDA8
(145,205,168)
#A0D4B3
(160,212,179)
#AFDBBE
(175,219,190)
#BEE2C9
(190,226,201)
#CDE9D4
(205,233,212)
#DCF0DF
(220,240,223)
#EBF7EA
(235,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B17C color. Also use rgb(85,177,124) instead hex code.

Text Font Color

.myTextColor { color: #55B17C; }

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

This text font color is #55B17C.


Background Color

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

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

This div background color is #55B17C.


Border color

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

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

This div border color is #55B17C.


Opacity

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

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

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

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

This text has shadow with #55B17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B17C on black background.


Color preview on white background

This text has color #55B17C on white background.



Black color preview on #55B17C background

This text has black color on #55B17C background.


White color preview on #55B17C background

This text has white color on #55B17C background.