COLOR #5CB6AF

HEX: #5CB6AF
RGB: (92,182,175)

Color info

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

RGB color model

#5CB6AF color RGB value is (92,182,175).

  • red value is 92;
  • green value is 182;
  • blue value is 175.
RGB:
(92,182,175)
(36%,71%,69%)

RGB channels and saturation

R 92 of 255 = 36%
G 182 of 255 = 71%
B 175 of 255 = 69%

92
182
175

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

Portions of RGB colors in percentages

R + G + B =
92 + 182 + 175 = 449 (100%)
R 92 of 449 ~ 20.49%
G 182 of 449 ~ 40.53%
B 175 of 449 ~ 38.98%

%20.49
%40.53
%38.98

CMYK color model

#5CB6AF color CMYK value is (49,0,4,29).

  • cyan value is 49.45%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 28.63%
CMYK:
(49,0,4,29)
C49M0Y4K29 
(49%,0%,4%,29%)
(0.49/0.00/0.04/0.29)	

CMYK percentages

%49.45
%0
%3.85
%28.63

Codes

Color #5CB6AF in popluar color models

5CB6AF
RGB92182175
HSL175°38.14%53.73%
HSB/HSV175°49.45%71.37%
CMYK49.45%0.00%3.85%
28.63%

Color #5CB6AF in popluar number systems.

HEX5CB6AF
Decimal92182175
Binary10111001011011010101111
Octal134266257

Shades and tints

Shades of #5CB6AF

#5CB6AF
(92,182,175)
#54A6A0
(84,166,160)
#4C9691
(76,150,145)
#448682
(68,134,130)
#3C7673
(60,118,115)
#346664
(52,102,100)
#2C5655
(44,86,85)
#244646
(36,70,70)
#1C3637
(28,54,55)
#142628
(20,38,40)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #5CB6AF

#5CB6AF
(92,182,175)
#6ABCB6
(106,188,182)
#78C2BD
(120,194,189)
#86C8C4
(134,200,196)
#94CECB
(148,206,203)
#A2D4D2
(162,212,210)
#B0DAD9
(176,218,217)
#BEE0E0
(190,224,224)
#CCE6E7
(204,230,231)
#DAECEE
(218,236,238)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB6AF color. Also use rgb(92,182,175) instead hex code.

Text Font Color

.myTextColor { color: #5CB6AF; }

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

This text font color is #5CB6AF.


Background Color

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

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

This div background color is #5CB6AF.


Border color

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

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

This div border color is #5CB6AF.


Opacity

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

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

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

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

This text has shadow with #5CB6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB6AF on black background.


Color preview on white background

This text has color #5CB6AF on white background.



Black color preview on #5CB6AF background

This text has black color on #5CB6AF background.


White color preview on #5CB6AF background

This text has white color on #5CB6AF background.