COLOR #5CAE87

HEX: #5CAE87 RGB: (92,174,135)

Color info

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

RGB color model

#5CAE87 color RGB value is (92,174,135).

RGB: (92,174,135) (36%, 68%, 53%)

RGB channels and saturation

R 92 of 255 = 36%
G 174 of 255 = 68%
B 135 of 255 = 53%

92
174
135

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

Portions of RGB colors in percentages

R + G + B = 92 + 174 + 135 = 401 (100%)
R 92 of 401 ~ 22.94%
G 174 of 401 ~ 43.39%
B 135 of 401 ~ 33.67'%

%22.94
%43.39
%33.67

CMYK color model

#5CAE87 color CMYK value is (47,0,22,32).

  • cyan value is 47.13%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK: (47,0,22,32) C47M0Y22K32 (47%,0%,22%,32%) (0.47/0.00/0.22/0.32) 

CMYK percentages

%47.13
%0
%22.41
%31.76

Codes

Color #5CAE87 in popluar color models

5C AE 87
RGB 92 174 135
HSL 151° 33.61% 52.16%
HSB/HSV 151° 47.13% 68.24%
CMYK 47.13% 0.00% 22.41%
31.76%

Color #5CAE87 in popluar number systems.

HEX 5C AE 87
Decimal 92 174 135
Binary 1011100 10101110 10000111
Octal 134 256 207

Shades and tints

Shades of #5CAE87

#5CAE87
(92,174,135)
#549F7B
(84,159,123)
#4C906F
(76,144,111)
#448163
(68,129,99)
#3C7257
(60,114,87)
#34634B
(52,99,75)
#2C543F
(44,84,63)
#244533
(36,69,51)
#1C3627
(28,54,39)
#14271B
(20,39,27)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #5CAE87

#5CAE87
(92,174,135)
#6AB591
(106,181,145)
#78BC9B
(120,188,155)
#86C3A5
(134,195,165)
#94CAAF
(148,202,175)
#A2D1B9
(162,209,185)
#B0D8C3
(176,216,195)
#BEDFCD
(190,223,205)
#CCE6D7
(204,230,215)
#DAEDE1
(218,237,225)
#E8F4EB
(232,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAE87 color. Also use rgb(92,174,135) instead hex code.

Text Font Color

.myTextColor { color: #5CAE87; }

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

This text font color is #5CAE87.

Background Color

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

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

This div background color is #5CAE87.

Border color

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

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

This div border color is #5CAE87.

Opacity

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

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

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

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

This text has shadow with #5CAE87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CAE87.

Preview

Color preview on black background

This text has color #5CAE87 on black background.


Color preview on white background

This text has color #5CAE87 on white background.


Black color preview on #5CAE87 background

This text has black color on #5CAE87 background.


White color preview on #5CAE87 background

This text has white color on #5CAE87 background.


Related colors

Complementary color

Complementary color for #hex is #A35178.


I love getcolorcode.com

Triadic colors

1 #875CAE and #AE875C with #5CAE87 are triadic colors.

2 #87AE5C and #AE5C87 with #5CAE87 are triadic colors.