COLOR #55C99D

HEX: #55C99D RGB: (85,201,157)

Color info

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

RGB color model

#55C99D color RGB value is (85,201,157).

RGB: (85,201,157) (33%, 79%, 62%)

RGB channels and saturation

R 85 of 255 = 33%
G 201 of 255 = 79%
B 157 of 255 = 62%

85
201
157

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

Portions of RGB colors in percentages

R + G + B = 85 + 201 + 157 = 443 (100%)
R 85 of 443 ~ 19.19%
G 201 of 443 ~ 45.37%
B 157 of 443 ~ 35.44'%

%19.19
%45.37
%35.44

CMYK color model

#55C99D color CMYK value is (58,0,22,21).

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

CMYK: (58,0,22,21)
C58M0Y22K21 (58%, 0%, 22%, 21%)
(0.58 / 0.00 / 0.22 / 0.21)

CMYK percentages

%57.71
%0
%21.89
%21.18

Codes

Color #55C99D in popluar color models

55 C9 9D
RGB 85 201 157
HSL 157° 51.79% 56.08%
HSB/HSV 157° 57.71% 78.82%
CMYK 57.71% 0.00% 21.89%
21.18%

Color #55C99D in popluar number systems.

HEX 55 C9 9D
Decimal 85 201 157
Binary 1010101 11001001 10011101
Octal 125 311 235

Shades and tints

Shades of #55C99D

#55C99D
(85,201,157)
#4EB78F
(78,183,143)
#47A581
(71,165,129)
#409373
(64,147,115)
#398165
(57,129,101)
#326F57
(50,111,87)
#2B5D49
(43,93,73)
#244B3B
(36,75,59)
#1D392D
(29,57,45)
#16271F
(22,39,31)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #55C99D

#55C99D
(85,201,157)
#64CDA5
(100,205,165)
#73D1AD
(115,209,173)
#82D5B5
(130,213,181)
#91D9BD
(145,217,189)
#A0DDC5
(160,221,197)
#AFE1CD
(175,225,205)
#BEE5D5
(190,229,213)
#CDE9DD
(205,233,221)
#DCEDE5
(220,237,229)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C99D; }

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

This text font color is #55C99D.

Background Color

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

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

This div background color is #55C99D.

Border color

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

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

This div border color is #55C99D.

Opacity

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

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

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

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

This text has shadow with #55C99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55C99D.

Preview

Color preview on black background

This text has color #55C99D on black background.


Color preview on white background

This text has color #55C99D on white background.


Black color preview on #55C99D background

This text has black color on #55C99D background.


White color preview on #55C99D background

This text has white color on #55C99D background.


Related colors

Complementary color

Complementary color for #hex is #AA3662.


I love getcolorcode.com

Triadic colors

1 #9D55C9 and #C99D55 with #55C99D are triadic colors.

2 #9DC955 and #C9559D with #55C99D are triadic colors.