COLOR #5CB9A5

HEX: #5CB9A5
RGB: (92,185,165)

Color info

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

RGB color model

#5CB9A5 color RGB value is (92,185,165).

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

RGB channels and saturation

R 92 of 255 = 36%
G 185 of 255 = 73%
B 165 of 255 = 65%

92
185
165

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

Portions of RGB colors in percentages

R + G + B =
92 + 185 + 165 = 442 (100%)
R 92 of 442 ~ 20.81%
G 185 of 442 ~ 41.86%
B 165 of 442 ~ 37.33%

%20.81
%41.86
%37.33

CMYK color model

#5CB9A5 color CMYK value is (50,0,11,27).

  • cyan value is 50.27%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK:
(50,0,11,27)
C50M0Y11K27 
(50%,0%,11%,27%)
(0.50/0.00/0.11/0.27)	

CMYK percentages

%50.27
%0
%10.81
%27.45

Codes

Color #5CB9A5 in popluar color models

5CB9A5
RGB92185165
HSL167°39.91%54.31%
HSB/HSV167°50.27%72.55%
CMYK50.27%0.00%10.81%
27.45%

Color #5CB9A5 in popluar number systems.

HEX5CB9A5
Decimal92185165
Binary10111001011100110100101
Octal134271245

Shades and tints

Shades of #5CB9A5

#5CB9A5
(92,185,165)
#54A996
(84,169,150)
#4C9987
(76,153,135)
#448978
(68,137,120)
#3C7969
(60,121,105)
#34695A
(52,105,90)
#2C594B
(44,89,75)
#24493C
(36,73,60)
#1C392D
(28,57,45)
#14291E
(20,41,30)
#0C190F
(12,25,15)
#000000
(0,0,0)

Tints of #5CB9A5

#5CB9A5
(92,185,165)
#6ABFAD
(106,191,173)
#78C5B5
(120,197,181)
#86CBBD
(134,203,189)
#94D1C5
(148,209,197)
#A2D7CD
(162,215,205)
#B0DDD5
(176,221,213)
#BEE3DD
(190,227,221)
#CCE9E5
(204,233,229)
#DAEFED
(218,239,237)
#E8F5F5
(232,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CB9A5; }

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

This text font color is #5CB9A5.


Background Color

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

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

This div background color is #5CB9A5.


Border color

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

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

This div border color is #5CB9A5.


Opacity

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

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

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

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

This text has shadow with #5CB9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB9A5 on black background.


Color preview on white background

This text has color #5CB9A5 on white background.



Black color preview on #5CB9A5 background

This text has black color on #5CB9A5 background.


White color preview on #5CB9A5 background

This text has white color on #5CB9A5 background.