COLOR #55C997

HEX: #55C997 RGB: (85,201,151)

Color info

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

RGB color model

#55C997 color RGB value is (85,201,151).

RGB: (85,201,151) (33%, 79%, 59%)

RGB channels and saturation

R 85 of 255 = 33%
G 201 of 255 = 79%
B 151 of 255 = 59%

85
201
151

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

Portions of RGB colors in percentages

R + G + B = 85 + 201 + 151 = 437 (100%)
R 85 of 437 ~ 19.45%
G 201 of 437 ~ 46%
B 151 of 437 ~ 34.55'%

%19.45
%46
%34.55

CMYK color model

#55C997 color CMYK value is (58,0,25,21).

  • cyan value is 57.71%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 21.18%

CMYK: (58,0,25,21)
C58M0Y25K21 (58%, 0%, 25%, 21%)
(0.58 / 0.00 / 0.25 / 0.21)

CMYK percentages

%57.71
%0
%24.88
%21.18

Codes

Color #55C997 in popluar color models

55 C9 97
RGB 85 201 151
HSL 154° 51.79% 56.08%
HSB/HSV 154° 57.71% 78.82%
CMYK 57.71% 0.00% 24.88%
21.18%

Color #55C997 in popluar number systems.

HEX 55 C9 97
Decimal 85 201 151
Binary 1010101 11001001 10010111
Octal 125 311 227

Shades and tints

Shades of #55C997

#55C997
(85,201,151)
#4EB78A
(78,183,138)
#47A57D
(71,165,125)
#409370
(64,147,112)
#398163
(57,129,99)
#326F56
(50,111,86)
#2B5D49
(43,93,73)
#244B3C
(36,75,60)
#1D392F
(29,57,47)
#162722
(22,39,34)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #55C997

#55C997
(85,201,151)
#64CDA0
(100,205,160)
#73D1A9
(115,209,169)
#82D5B2
(130,213,178)
#91D9BB
(145,217,187)
#A0DDC4
(160,221,196)
#AFE1CD
(175,225,205)
#BEE5D6
(190,229,214)
#CDE9DF
(205,233,223)
#DCEDE8
(220,237,232)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C997 color. Also use rgb(85,201,151) instead hex code.

Text Font Color

.myTextColor { color: #55C997; }

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

This text font color is #55C997.

Background Color

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

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

This div background color is #55C997.

Border color

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

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

This div border color is #55C997.

Opacity

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

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

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

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

This text has shadow with #55C997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55C997.

Preview

Color preview on black background

This text has color #55C997 on black background.


Color preview on white background

This text has color #55C997 on white background.


Black color preview on #55C997 background

This text has black color on #55C997 background.


White color preview on #55C997 background

This text has white color on #55C997 background.


Related colors

Complementary color

Complementary color for #hex is #AA3668.


I love getcolorcode.com

Triadic colors

1 #9755C9 and #C99755 with #55C997 are triadic colors.

2 #97C955 and #C95597 with #55C997 are triadic colors.