COLOR #5CAC93

HEX: #5CAC93 RGB: (92,172,147)

Color info

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

RGB color model

#5CAC93 color RGB value is (92,172,147).

RGB: (92,172,147) (36%, 67%, 58%)

RGB channels and saturation

R 92 of 255 = 36%
G 172 of 255 = 67%
B 147 of 255 = 58%

92
172
147

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

Portions of RGB colors in percentages

R + G + B = 92 + 172 + 147 = 411 (100%)
R 92 of 411 ~ 22.38%
G 172 of 411 ~ 41.85%
B 147 of 411 ~ 35.77'%

%22.38
%41.85
%35.77

CMYK color model

#5CAC93 color CMYK value is (47,0,15,33).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 32.55%

CMYK: (47,0,15,33)
C47M0Y15K33 (47%, 0%, 15%, 33%)
(0.47 / 0.00 / 0.15 / 0.33)

CMYK percentages

%46.51
%0
%14.53
%32.55

Codes

Color #5CAC93 in popluar color models

5C AC 93
RGB 92 172 147
HSL 161° 32.52% 51.76%
HSB/HSV 161° 46.51% 67.45%
CMYK 46.51% 0.00% 14.53%
32.55%

Color #5CAC93 in popluar number systems.

HEX 5C AC 93
Decimal 92 172 147
Binary 1011100 10101100 10010011
Octal 134 254 223

Shades and tints

Shades of #5CAC93

#5CAC93
(92,172,147)
#549D86
(84,157,134)
#4C8E79
(76,142,121)
#447F6C
(68,127,108)
#3C705F
(60,112,95)
#346152
(52,97,82)
#2C5245
(44,82,69)
#244338
(36,67,56)
#1C342B
(28,52,43)
#14251E
(20,37,30)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #5CAC93

#5CAC93
(92,172,147)
#6AB39C
(106,179,156)
#78BAA5
(120,186,165)
#86C1AE
(134,193,174)
#94C8B7
(148,200,183)
#A2CFC0
(162,207,192)
#B0D6C9
(176,214,201)
#BEDDD2
(190,221,210)
#CCE4DB
(204,228,219)
#DAEBE4
(218,235,228)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAC93 color. Also use rgb(92,172,147) instead hex code.

Text Font Color

.myTextColor { color: #5CAC93; }

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

This text font color is #5CAC93.

Background Color

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

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

This div background color is #5CAC93.

Border color

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

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

This div border color is #5CAC93.

Opacity

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

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

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

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

This text has shadow with #5CAC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CAC93.

Preview

Color preview on black background

This text has color #5CAC93 on black background.


Color preview on white background

This text has color #5CAC93 on white background.


Black color preview on #5CAC93 background

This text has black color on #5CAC93 background.


White color preview on #5CAC93 background

This text has white color on #5CAC93 background.


Related colors

Complementary color

Complementary color for #hex is #A3536C.


I love getcolorcode.com

Triadic colors

1 #935CAC and #AC935C with #5CAC93 are triadic colors.

2 #93AC5C and #AC5C93 with #5CAC93 are triadic colors.