COLOR #5CC198

HEX: #5CC198
RGB: (92,193,152)

Color info

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

RGB color model

#5CC198 color RGB value is (92,193,152).

  • red value is 92;
  • green value is 193;
  • blue value is 152.
RGB:
(92,193,152)
(36%,76%,60%)

RGB channels and saturation

R 92 of 255 = 36%
G 193 of 255 = 76%
B 152 of 255 = 60%

92
193
152

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

Portions of RGB colors in percentages

R + G + B =
92 + 193 + 152 = 437 (100%)
R 92 of 437 ~ 21.05%
G 193 of 437 ~ 44.16%
B 152 of 437 ~ 34.78%

%21.05
%44.16
%34.78

CMYK color model

#5CC198 color CMYK value is (52,0,21,24).

  • cyan value is 52.33%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 24.31%
CMYK:
(52,0,21,24)
C52M0Y21K24 
(52%,0%,21%,24%)
(0.52/0.00/0.21/0.24)	

CMYK percentages

%52.33
%0
%21.24
%24.31

Codes

Color #5CC198 in popluar color models

5CC198
RGB92193152
HSL156°44.89%55.88%
HSB/HSV156°52.33%75.69%
CMYK52.33%0.00%21.24%
24.31%

Color #5CC198 in popluar number systems.

HEX5CC198
Decimal92193152
Binary10111001100000110011000
Octal134301230

Shades and tints

Shades of #5CC198

#5CC198
(92,193,152)
#54B08B
(84,176,139)
#4C9F7E
(76,159,126)
#448E71
(68,142,113)
#3C7D64
(60,125,100)
#346C57
(52,108,87)
#2C5B4A
(44,91,74)
#244A3D
(36,74,61)
#1C3930
(28,57,48)
#142823
(20,40,35)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #5CC198

#5CC198
(92,193,152)
#6AC6A1
(106,198,161)
#78CBAA
(120,203,170)
#86D0B3
(134,208,179)
#94D5BC
(148,213,188)
#A2DAC5
(162,218,197)
#B0DFCE
(176,223,206)
#BEE4D7
(190,228,215)
#CCE9E0
(204,233,224)
#DAEEE9
(218,238,233)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC198 color. Also use rgb(92,193,152) instead hex code.

Text Font Color

.myTextColor { color: #5CC198; }

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

This text font color is #5CC198.


Background Color

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

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

This div background color is #5CC198.


Border color

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

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

This div border color is #5CC198.


Opacity

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

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

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

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

This text has shadow with #5CC198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC198 on black background.


Color preview on white background

This text has color #5CC198 on white background.



Black color preview on #5CC198 background

This text has black color on #5CC198 background.


White color preview on #5CC198 background

This text has white color on #5CC198 background.