COLOR #5CB99A

HEX: #5CB99A
RGB: (92,185,154)

Color info

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

RGB color model

#5CB99A color RGB value is (92,185,154).

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

RGB channels and saturation

R 92 of 255 = 36%
G 185 of 255 = 73%
B 154 of 255 = 60%

92
185
154

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

Portions of RGB colors in percentages

R + G + B =
92 + 185 + 154 = 431 (100%)
R 92 of 431 ~ 21.35%
G 185 of 431 ~ 42.92%
B 154 of 431 ~ 35.73%

%21.35
%42.92
%35.73

CMYK color model

#5CB99A color CMYK value is (50,0,17,27).

  • cyan value is 50.27%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 27.45%
CMYK:
(50,0,17,27)
C50M0Y17K27 
(50%,0%,17%,27%)
(0.50/0.00/0.17/0.27)	

CMYK percentages

%50.27
%0
%16.76
%27.45

Codes

Color #5CB99A in popluar color models

5CB99A
RGB92185154
HSL160°39.91%54.31%
HSB/HSV160°50.27%72.55%
CMYK50.27%0.00%16.76%
27.45%

Color #5CB99A in popluar number systems.

HEX5CB99A
Decimal92185154
Binary10111001011100110011010
Octal134271232

Shades and tints

Shades of #5CB99A

#5CB99A
(92,185,154)
#54A98C
(84,169,140)
#4C997E
(76,153,126)
#448970
(68,137,112)
#3C7962
(60,121,98)
#346954
(52,105,84)
#2C5946
(44,89,70)
#244938
(36,73,56)
#1C392A
(28,57,42)
#14291C
(20,41,28)
#0C190E
(12,25,14)
#000000
(0,0,0)

Tints of #5CB99A

#5CB99A
(92,185,154)
#6ABFA3
(106,191,163)
#78C5AC
(120,197,172)
#86CBB5
(134,203,181)
#94D1BE
(148,209,190)
#A2D7C7
(162,215,199)
#B0DDD0
(176,221,208)
#BEE3D9
(190,227,217)
#CCE9E2
(204,233,226)
#DAEFEB
(218,239,235)
#E8F5F4
(232,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CB99A; }

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

This text font color is #5CB99A.


Background Color

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

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

This div background color is #5CB99A.


Border color

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

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

This div border color is #5CB99A.


Opacity

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

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

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

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

This text has shadow with #5CB99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB99A on black background.


Color preview on white background

This text has color #5CB99A on white background.



Black color preview on #5CB99A background

This text has black color on #5CB99A background.


White color preview on #5CB99A background

This text has white color on #5CB99A background.