COLOR #55C68B

HEX: #55C68B RGB: (85,198,139)

Color info

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

RGB color model

#55C68B color RGB value is (85,198,139).

RGB: (85,198,139) (33%, 78%, 55%)

RGB channels and saturation

R 85 of 255 = 33%
G 198 of 255 = 78%
B 139 of 255 = 55%

85
198
139

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

Portions of RGB colors in percentages

R + G + B = 85 + 198 + 139 = 422 (100%)
R 85 of 422 ~ 20.14%
G 198 of 422 ~ 46.92%
B 139 of 422 ~ 32.94'%

%20.14
%46.92
%32.94

CMYK color model

#55C68B color CMYK value is (57,0,30,22).

  • cyan value is 57.07%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 22.35%
CMYK: (57,0,30,22) C57M0Y30K22 (57%,0%,30%,22%) (0.57/0.00/0.30/0.22) 

CMYK percentages

%57.07
%0
%29.8
%22.35

Codes

Color #55C68B in popluar color models

55 C6 8B
RGB 85 198 139
HSL 149° 49.78% 55.49%
HSB/HSV 149° 57.07% 77.65%
CMYK 57.07% 0.00% 29.80%
22.35%

Color #55C68B in popluar number systems.

HEX 55 C6 8B
Decimal 85 198 139
Binary 1010101 11000110 10001011
Octal 125 306 213

Shades and tints

Shades of #55C68B

#55C68B
(85,198,139)
#4EB47F
(78,180,127)
#47A273
(71,162,115)
#409067
(64,144,103)
#397E5B
(57,126,91)
#326C4F
(50,108,79)
#2B5A43
(43,90,67)
#244837
(36,72,55)
#1D362B
(29,54,43)
#16241F
(22,36,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #55C68B

#55C68B
(85,198,139)
#64CB95
(100,203,149)
#73D09F
(115,208,159)
#82D5A9
(130,213,169)
#91DAB3
(145,218,179)
#A0DFBD
(160,223,189)
#AFE4C7
(175,228,199)
#BEE9D1
(190,233,209)
#CDEEDB
(205,238,219)
#DCF3E5
(220,243,229)
#EBF8EF
(235,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C68B color. Also use rgb(85,198,139) instead hex code.

Text Font Color

.myTextColor { color: #55C68B; }

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

This text font color is #55C68B.

Background Color

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

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

This div background color is #55C68B.

Border color

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

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

This div border color is #55C68B.

Opacity

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

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

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

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

This text has shadow with #55C68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55C68B.

Preview

Color preview on black background

This text has color #55C68B on black background.


Color preview on white background

This text has color #55C68B on white background.


Black color preview on #55C68B background

This text has black color on #55C68B background.


White color preview on #55C68B background

This text has white color on #55C68B background.


Related colors

Complementary color

Complementary color for #hex is #AA3974.


I love getcolorcode.com

Triadic colors

1 #8B55C6 and #C68B55 with #55C68B are triadic colors.

2 #8BC655 and #C6558B with #55C68B are triadic colors.