COLOR #5CB195

HEX: #5CB195 RGB: (92,177,149)

Color info

#5CB195 contains mainly green and blue colors. Web safe color of #5CB195 is #669999 (or #699).

RGB color model

#5CB195 color RGB value is (92,177,149).

RGB: (92,177,149) (36%, 69%, 58%)

RGB channels and saturation

R 92 of 255 = 36%
G 177 of 255 = 69%
B 149 of 255 = 58%

92
177
149

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

Portions of RGB colors in percentages

R + G + B = 92 + 177 + 149 = 418 (100%)
R 92 of 418 ~ 22.01%
G 177 of 418 ~ 42.34%
B 149 of 418 ~ 35.65'%

%22.01
%42.34
%35.65

CMYK color model

#5CB195 color CMYK value is (48,0,16,31).

  • cyan value is 48.02%
  • magenta value is 0.00%
  • yellow value is 15.82%
  • key color value is 30.59%

CMYK: (48,0,16,31)
C48M0Y16K31 (48%, 0%, 16%, 31%)
(0.48 / 0.00 / 0.16 / 0.31)

CMYK percentages

%48.02
%0
%15.82
%30.59

Codes

Color #5CB195 in popluar color models

5C B1 95
RGB 92 177 149
HSL 160° 35.27% 52.75%
HSB/HSV 160° 48.02% 69.41%
CMYK 48.02% 0.00% 15.82%
30.59%

Color #5CB195 in popluar number systems.

HEX 5C B1 95
Decimal 92 177 149
Binary 1011100 10110001 10010101
Octal 134 261 225

Shades and tints

Shades of #5CB195

#5CB195
(92,177,149)
#54A188
(84,161,136)
#4C917B
(76,145,123)
#44816E
(68,129,110)
#3C7161
(60,113,97)
#346154
(52,97,84)
#2C5147
(44,81,71)
#24413A
(36,65,58)
#1C312D
(28,49,45)
#142120
(20,33,32)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #5CB195

#5CB195
(92,177,149)
#6AB89E
(106,184,158)
#78BFA7
(120,191,167)
#86C6B0
(134,198,176)
#94CDB9
(148,205,185)
#A2D4C2
(162,212,194)
#B0DBCB
(176,219,203)
#BEE2D4
(190,226,212)
#CCE9DD
(204,233,221)
#DAF0E6
(218,240,230)
#E8F7EF
(232,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB195 color. Also use rgb(92,177,149) instead hex code.

Text Font Color

.myTextColor { color: #5CB195; }

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

This text font color is #5CB195.

Background Color

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

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

This div background color is #5CB195.

Border color

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

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

This div border color is #5CB195.

Opacity

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

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

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

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

This text has shadow with #5CB195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CB195.

Preview

Color preview on black background

This text has color #5CB195 on black background.


Color preview on white background

This text has color #5CB195 on white background.


Black color preview on #5CB195 background

This text has black color on #5CB195 background.


White color preview on #5CB195 background

This text has white color on #5CB195 background.


Related colors

Complementary color

Complementary color for #hex is #A34E6A.


I love getcolorcode.com

Triadic colors

1 #955CB1 and #B1955C with #5CB195 are triadic colors.

2 #95B15C and #B15C95 with #5CB195 are triadic colors.