COLOR #5CB99E

HEX: #5CB99E
RGB: (92,185,158)

Color info

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

RGB color model

#5CB99E color RGB value is (92,185,158).

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

RGB channels and saturation

R 92 of 255 = 36%
G 185 of 255 = 73%
B 158 of 255 = 62%

92
185
158

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

Portions of RGB colors in percentages

R + G + B =
92 + 185 + 158 = 435 (100%)
R 92 of 435 ~ 21.15%
G 185 of 435 ~ 42.53%
B 158 of 435 ~ 36.32%

%21.15
%42.53
%36.32

CMYK color model

#5CB99E color CMYK value is (50,0,15,27).

  • cyan value is 50.27%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(50,0,15,27)
C50M0Y15K27 
(50%,0%,15%,27%)
(0.50/0.00/0.15/0.27)	

CMYK percentages

%50.27
%0
%14.59
%27.45

Codes

Color #5CB99E in popluar color models

5CB99E
RGB92185158
HSL163°39.91%54.31%
HSB/HSV163°50.27%72.55%
CMYK50.27%0.00%14.59%
27.45%

Color #5CB99E in popluar number systems.

HEX5CB99E
Decimal92185158
Binary10111001011100110011110
Octal134271236

Shades and tints

Shades of #5CB99E

#5CB99E
(92,185,158)
#54A990
(84,169,144)
#4C9982
(76,153,130)
#448974
(68,137,116)
#3C7966
(60,121,102)
#346958
(52,105,88)
#2C594A
(44,89,74)
#24493C
(36,73,60)
#1C392E
(28,57,46)
#142920
(20,41,32)
#0C1912
(12,25,18)
#000000
(0,0,0)

Tints of #5CB99E

#5CB99E
(92,185,158)
#6ABFA6
(106,191,166)
#78C5AE
(120,197,174)
#86CBB6
(134,203,182)
#94D1BE
(148,209,190)
#A2D7C6
(162,215,198)
#B0DDCE
(176,221,206)
#BEE3D6
(190,227,214)
#CCE9DE
(204,233,222)
#DAEFE6
(218,239,230)
#E8F5EE
(232,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CB99E; }

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

This text font color is #5CB99E.


Background Color

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

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

This div background color is #5CB99E.


Border color

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

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

This div border color is #5CB99E.


Opacity

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

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

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

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

This text has shadow with #5CB99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB99E on black background.


Color preview on white background

This text has color #5CB99E on white background.



Black color preview on #5CB99E background

This text has black color on #5CB99E background.


White color preview on #5CB99E background

This text has white color on #5CB99E background.