COLOR #55C68C

HEX: #55C68C
RGB: (85,198,140)

Color info

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

RGB color model

#55C68C color RGB value is (85,198,140).

  • red value is 85;
  • green value is 198;
  • blue value is 140.
RGB:
(85,198,140)
(33%,78%,55%)

RGB channels and saturation

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

85
198
140

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

Portions of RGB colors in percentages

R + G + B =
85 + 198 + 140 = 423 (100%)
R 85 of 423 ~ 20.09%
G 198 of 423 ~ 46.81%
B 140 of 423 ~ 33.1%

%20.09
%46.81
%33.1

CMYK color model

#55C68C color CMYK value is (57,0,29,22).

  • cyan value is 57.07%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 22.35%
CMYK:
(57,0,29,22)
C57M0Y29K22 
(57%,0%,29%,22%)
(0.57/0.00/0.29/0.22)	

CMYK percentages

%57.07
%0
%29.29
%22.35

Codes

Color #55C68C in popluar color models

55C68C
RGB85198140
HSL149°49.78%55.49%
HSB/HSV149°57.07%77.65%
CMYK57.07%0.00%29.29%
22.35%

Color #55C68C in popluar number systems.

HEX55C68C
Decimal85198140
Binary10101011100011010001100
Octal125306214

Shades and tints

Shades of #55C68C

#55C68C
(85,198,140)
#4EB480
(78,180,128)
#47A274
(71,162,116)
#409068
(64,144,104)
#397E5C
(57,126,92)
#326C50
(50,108,80)
#2B5A44
(43,90,68)
#244838
(36,72,56)
#1D362C
(29,54,44)
#162420
(22,36,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #55C68C

#55C68C
(85,198,140)
#64CB96
(100,203,150)
#73D0A0
(115,208,160)
#82D5AA
(130,213,170)
#91DAB4
(145,218,180)
#A0DFBE
(160,223,190)
#AFE4C8
(175,228,200)
#BEE9D2
(190,233,210)
#CDEEDC
(205,238,220)
#DCF3E6
(220,243,230)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C68C; }

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

This text font color is #55C68C.


Background Color

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

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

This div background color is #55C68C.


Border color

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

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

This div border color is #55C68C.


Opacity

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

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

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

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

This text has shadow with #55C68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C68C on black background.


Color preview on white background

This text has color #55C68C on white background.



Black color preview on #55C68C background

This text has black color on #55C68C background.


White color preview on #55C68C background

This text has white color on #55C68C background.