COLOR #5CB988

HEX: #5CB988
RGB: (92,185,136)

Color info

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

RGB color model

#5CB988 color RGB value is (92,185,136).

  • red value is 92;
  • green value is 185;
  • blue value is 136.
RGB:
(92,185,136)
(36%,73%,53%)

RGB channels and saturation

R 92 of 255 = 36%
G 185 of 255 = 73%
B 136 of 255 = 53%

92
185
136

R + G + B ~ 54%. #5CB988 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 185 + 136 = 413 (100%)
R 92 of 413 ~ 22.28%
G 185 of 413 ~ 44.79%
B 136 of 413 ~ 32.93%

%22.28
%44.79
%32.93

CMYK color model

#5CB988 color CMYK value is (50,0,26,27).

  • cyan value is 50.27%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK:
(50,0,26,27)
C50M0Y26K27 
(50%,0%,26%,27%)
(0.50/0.00/0.26/0.27)	

CMYK percentages

%50.27
%0
%26.49
%27.45

Codes

Color #5CB988 in popluar color models

5CB988
RGB92185136
HSL148°39.91%54.31%
HSB/HSV148°50.27%72.55%
CMYK50.27%0.00%26.49%
27.45%

Color #5CB988 in popluar number systems.

HEX5CB988
Decimal92185136
Binary10111001011100110001000
Octal134271210

Shades and tints

Shades of #5CB988

#5CB988
(92,185,136)
#54A97C
(84,169,124)
#4C9970
(76,153,112)
#448964
(68,137,100)
#3C7958
(60,121,88)
#34694C
(52,105,76)
#2C5940
(44,89,64)
#244934
(36,73,52)
#1C3928
(28,57,40)
#14291C
(20,41,28)
#0C1910
(12,25,16)
#000000
(0,0,0)

Tints of #5CB988

#5CB988
(92,185,136)
#6ABF92
(106,191,146)
#78C59C
(120,197,156)
#86CBA6
(134,203,166)
#94D1B0
(148,209,176)
#A2D7BA
(162,215,186)
#B0DDC4
(176,221,196)
#BEE3CE
(190,227,206)
#CCE9D8
(204,233,216)
#DAEFE2
(218,239,226)
#E8F5EC
(232,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB988 color. Also use rgb(92,185,136) instead hex code.

Text Font Color

.myTextColor { color: #5CB988; }

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

This text font color is #5CB988.


Background Color

.myBgColor { background-color: #5CB988; }

<div style="background-color:#5CB988">Inner text</div>

This div background color is #5CB988.


Border color

.myBorderColor { border: 1px solid #5CB988; }

<div style="border:3px solid #5CB988">Div</div>

This div border color is #5CB988.


Opacity

.myOpacity80 { color: #5CB988; opacity: 0.8; }

<p style="color:#5CB988;opacity:0.8;">80%</p>

Text with #5CB988 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 #5CB988;}

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

This text has shadow with #5CB988 color.

.textShadow {text-shadow: 3px 3px 1px #5CB988, 3px 3px 1px red;}

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

This text has shadow with #5CB988 primary color and red secondary color.


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

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

This text has shadow with #5CB988 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB988 on black background.


Color preview on white background

This text has color #5CB988 on white background.



Black color preview on #5CB988 background

This text has black color on #5CB988 background.


White color preview on #5CB988 background

This text has white color on #5CB988 background.