COLOR #58A17C

HEX: #58A17C RGB: (88,161,124)

Color info

#58A17C contains mainly green and blue colors. Web safe color of #58A17C is #669966 (or #696).

RGB color model

#58A17C color RGB value is (88,161,124).

RGB: (88,161,124) (35%, 63%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 161 of 255 = 63%
B 124 of 255 = 49%

88
161
124

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

Portions of RGB colors in percentages

R + G + B = 88 + 161 + 124 = 373 (100%)
R 88 of 373 ~ 23.59%
G 161 of 373 ~ 43.16%
B 124 of 373 ~ 33.24'%

%23.59
%43.16
%33.24

CMYK color model

#58A17C color CMYK value is (45,0,23,37).

  • cyan value is 45.34%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 36.86%

CMYK: (45,0,23,37)
C45M0Y23K37 (45%, 0%, 23%, 37%)
(0.45 / 0.00 / 0.23 / 0.37)

CMYK percentages

%45.34
%0
%22.98
%36.86

Codes

Color #58A17C in popluar color models

58 A1 7C
RGB 88 161 124
HSL 150° 29.32% 48.82%
HSB/HSV 150° 45.34% 63.14%
CMYK 45.34% 0.00% 22.98%
36.86%

Color #58A17C in popluar number systems.

HEX 58 A1 7C
Decimal 88 161 124
Binary 1011000 10100001 1111100
Octal 130 241 174

Shades and tints

Shades of #58A17C

#58A17C
(88,161,124)
#509371
(80,147,113)
#488566
(72,133,102)
#40775B
(64,119,91)
#386950
(56,105,80)
#305B45
(48,91,69)
#284D3A
(40,77,58)
#203F2F
(32,63,47)
#183124
(24,49,36)
#102319
(16,35,25)
#08150E
(8,21,14)
#000000
(0,0,0)

Tints of #58A17C

#58A17C
(88,161,124)
#67A987
(103,169,135)
#76B192
(118,177,146)
#85B99D
(133,185,157)
#94C1A8
(148,193,168)
#A3C9B3
(163,201,179)
#B2D1BE
(178,209,190)
#C1D9C9
(193,217,201)
#D0E1D4
(208,225,212)
#DFE9DF
(223,233,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A17C color. Also use rgb(88,161,124) instead hex code.

Text Font Color

.myTextColor { color: #58A17C; }

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

This text font color is #58A17C.

Background Color

.myBgColor { background-color: #58A17C; }

<div style="background-color:#58A17C">Inner text</div>

This div background color is #58A17C.

Border color

.myBorderColor { border: 1px solid #58A17C; }

<div style="border:3px solid #58A17C">Div</div>

This div border color is #58A17C.

Opacity

.myOpacity80 { color: #58A17C; opacity: 0.8; }

<p style="color:#58A17C;opacity:0.8;">80%</p>

Text with #58A17C 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 #58A17C;}

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

This text has shadow with #58A17C color.


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

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

This text has shadow with #58A17C primary color and red secondary color.


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

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

This text has shadow with #58A17C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58A17C.

Preview

Color preview on black background

This text has color #58A17C on black background.


Color preview on white background

This text has color #58A17C on white background.


Black color preview on #58A17C background

This text has black color on #58A17C background.


White color preview on #58A17C background

This text has white color on #58A17C background.


Related colors

Complementary color

Complementary color for #hex is #A75E83.


I love getcolorcode.com

Triadic colors

1 #7C58A1 and #A17C58 with #58A17C are triadic colors.

2 #7CA158 and #A1587C with #58A17C are triadic colors.