COLOR #55A171

HEX: #55A171 RGB: (85,161,113)

Color info

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

RGB color model

#55A171 color RGB value is (85,161,113).

RGB: (85,161,113) (33%, 63%, 44%)

RGB channels and saturation

R 85 of 255 = 33%
G 161 of 255 = 63%
B 113 of 255 = 44%

85
161
113

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

Portions of RGB colors in percentages

R + G + B = 85 + 161 + 113 = 359 (100%)
R 85 of 359 ~ 23.68%
G 161 of 359 ~ 44.85%
B 113 of 359 ~ 31.48'%

%23.68
%44.85
%31.48

CMYK color model

#55A171 color CMYK value is (47,0,30,37).

  • cyan value is 47.20%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 36.86%

CMYK: (47,0,30,37)
C47M0Y30K37 (47%, 0%, 30%, 37%)
(0.47 / 0.00 / 0.30 / 0.37)

CMYK percentages

%47.2
%0
%29.81
%36.86

Codes

Color #55A171 in popluar color models

55 A1 71
RGB 85 161 113
HSL 142° 30.89% 48.24%
HSB/HSV 142° 47.20% 63.14%
CMYK 47.20% 0.00% 29.81%
36.86%

Color #55A171 in popluar number systems.

HEX 55 A1 71
Decimal 85 161 113
Binary 1010101 10100001 1110001
Octal 125 241 161

Shades and tints

Shades of #55A171

#55A171
(85,161,113)
#4E9367
(78,147,103)
#47855D
(71,133,93)
#407753
(64,119,83)
#396949
(57,105,73)
#325B3F
(50,91,63)
#2B4D35
(43,77,53)
#243F2B
(36,63,43)
#1D3121
(29,49,33)
#162317
(22,35,23)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #55A171

#55A171
(85,161,113)
#64A97D
(100,169,125)
#73B189
(115,177,137)
#82B995
(130,185,149)
#91C1A1
(145,193,161)
#A0C9AD
(160,201,173)
#AFD1B9
(175,209,185)
#BED9C5
(190,217,197)
#CDE1D1
(205,225,209)
#DCE9DD
(220,233,221)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A171 color. Also use rgb(85,161,113) instead hex code.

Text Font Color

.myTextColor { color: #55A171; }

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

This text font color is #55A171.

Background Color

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

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

This div background color is #55A171.

Border color

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

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

This div border color is #55A171.

Opacity

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

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

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

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

This text has shadow with #55A171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55A171.

Preview

Color preview on black background

This text has color #55A171 on black background.


Color preview on white background

This text has color #55A171 on white background.


Black color preview on #55A171 background

This text has black color on #55A171 background.


White color preview on #55A171 background

This text has white color on #55A171 background.


Related colors

Complementary color

Complementary color for #hex is #AA5E8E.


I love getcolorcode.com

Triadic colors

1 #7155A1 and #A17155 with #55A171 are triadic colors.

2 #71A155 and #A15571 with #55A171 are triadic colors.