COLOR #5CBE9D

HEX: #5CBE9D
RGB: (92,190,157)

Color info

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

RGB color model

#5CBE9D color RGB value is (92,190,157).

  • red value is 92;
  • green value is 190;
  • blue value is 157.
RGB:
(92,190,157)
(36%,75%,62%)

RGB channels and saturation

R 92 of 255 = 36%
G 190 of 255 = 75%
B 157 of 255 = 62%

92
190
157

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

Portions of RGB colors in percentages

R + G + B =
92 + 190 + 157 = 439 (100%)
R 92 of 439 ~ 20.96%
G 190 of 439 ~ 43.28%
B 157 of 439 ~ 35.76%

%20.96
%43.28
%35.76

CMYK color model

#5CBE9D color CMYK value is (52,0,17,25).

  • cyan value is 51.58%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(52,0,17,25)
C52M0Y17K25 
(52%,0%,17%,25%)
(0.52/0.00/0.17/0.25)	

CMYK percentages

%51.58
%0
%17.37
%25.49

Codes

Color #5CBE9D in popluar color models

5CBE9D
RGB92190157
HSL160°42.98%55.29%
HSB/HSV160°51.58%74.51%
CMYK51.58%0.00%17.37%
25.49%

Color #5CBE9D in popluar number systems.

HEX5CBE9D
Decimal92190157
Binary10111001011111010011101
Octal134276235

Shades and tints

Shades of #5CBE9D

#5CBE9D
(92,190,157)
#54AD8F
(84,173,143)
#4C9C81
(76,156,129)
#448B73
(68,139,115)
#3C7A65
(60,122,101)
#346957
(52,105,87)
#2C5849
(44,88,73)
#24473B
(36,71,59)
#1C362D
(28,54,45)
#14251F
(20,37,31)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #5CBE9D

#5CBE9D
(92,190,157)
#6AC3A5
(106,195,165)
#78C8AD
(120,200,173)
#86CDB5
(134,205,181)
#94D2BD
(148,210,189)
#A2D7C5
(162,215,197)
#B0DCCD
(176,220,205)
#BEE1D5
(190,225,213)
#CCE6DD
(204,230,221)
#DAEBE5
(218,235,229)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CBE9D color. Also use rgb(92,190,157) instead hex code.

Text Font Color

.myTextColor { color: #5CBE9D; }

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

This text font color is #5CBE9D.


Background Color

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

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

This div background color is #5CBE9D.


Border color

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

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

This div border color is #5CBE9D.


Opacity

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

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

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

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

This text has shadow with #5CBE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CBE9D on black background.


Color preview on white background

This text has color #5CBE9D on white background.



Black color preview on #5CBE9D background

This text has black color on #5CBE9D background.


White color preview on #5CBE9D background

This text has white color on #5CBE9D background.