COLOR #5CB498

HEX: #5CB498
RGB: (92,180,152)

Color info

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

RGB color model

#5CB498 color RGB value is (92,180,152).

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

RGB channels and saturation

R 92 of 255 = 36%
G 180 of 255 = 71%
B 152 of 255 = 60%

92
180
152

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

Portions of RGB colors in percentages

R + G + B =
92 + 180 + 152 = 424 (100%)
R 92 of 424 ~ 21.7%
G 180 of 424 ~ 42.45%
B 152 of 424 ~ 35.85%

%21.7
%42.45
%35.85

CMYK color model

#5CB498 color CMYK value is (49,0,16,29).

  • cyan value is 48.89%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 29.41%
CMYK:
(49,0,16,29)
C49M0Y16K29 
(49%,0%,16%,29%)
(0.49/0.00/0.16/0.29)	

CMYK percentages

%48.89
%0
%15.56
%29.41

Codes

Color #5CB498 in popluar color models

5CB498
RGB92180152
HSL161°36.97%53.33%
HSB/HSV161°48.89%70.59%
CMYK48.89%0.00%15.56%
29.41%

Color #5CB498 in popluar number systems.

HEX5CB498
Decimal92180152
Binary10111001011010010011000
Octal134264230

Shades and tints

Shades of #5CB498

#5CB498
(92,180,152)
#54A48B
(84,164,139)
#4C947E
(76,148,126)
#448471
(68,132,113)
#3C7464
(60,116,100)
#346457
(52,100,87)
#2C544A
(44,84,74)
#24443D
(36,68,61)
#1C3430
(28,52,48)
#142423
(20,36,35)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #5CB498

#5CB498
(92,180,152)
#6ABAA1
(106,186,161)
#78C0AA
(120,192,170)
#86C6B3
(134,198,179)
#94CCBC
(148,204,188)
#A2D2C5
(162,210,197)
#B0D8CE
(176,216,206)
#BEDED7
(190,222,215)
#CCE4E0
(204,228,224)
#DAEAE9
(218,234,233)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CB498; }

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

This text font color is #5CB498.


Background Color

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

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

This div background color is #5CB498.


Border color

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

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

This div border color is #5CB498.


Opacity

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

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

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

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

This text has shadow with #5CB498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB498 on black background.


Color preview on white background

This text has color #5CB498 on white background.



Black color preview on #5CB498 background

This text has black color on #5CB498 background.


White color preview on #5CB498 background

This text has white color on #5CB498 background.