COLOR #58C48B

HEX: #58C48B RGB: (88,196,139)

Color info

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

RGB color model

#58C48B color RGB value is (88,196,139).

RGB: (88,196,139) (35%, 77%, 55%)

RGB channels and saturation

R 88 of 255 = 35%
G 196 of 255 = 77%
B 139 of 255 = 55%

88
196
139

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

Portions of RGB colors in percentages

R + G + B = 88 + 196 + 139 = 423 (100%)
R 88 of 423 ~ 20.8%
G 196 of 423 ~ 46.34%
B 139 of 423 ~ 32.86'%

%20.8
%46.34
%32.86

CMYK color model

#58C48B color CMYK value is (55,0,29,23).

  • cyan value is 55.10%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 23.14%

CMYK: (55,0,29,23)
C55M0Y29K23 (55%, 0%, 29%, 23%)
(0.55 / 0.00 / 0.29 / 0.23)

CMYK percentages

%55.1
%0
%29.08
%23.14

Codes

Color #58C48B in popluar color models

58 C4 8B
RGB 88 196 139
HSL 148° 47.79% 55.69%
HSB/HSV 148° 55.10% 76.86%
CMYK 55.10% 0.00% 29.08%
23.14%

Color #58C48B in popluar number systems.

HEX 58 C4 8B
Decimal 88 196 139
Binary 1011000 11000100 10001011
Octal 130 304 213

Shades and tints

Shades of #58C48B

#58C48B
(88,196,139)
#50B37F
(80,179,127)
#48A273
(72,162,115)
#409167
(64,145,103)
#38805B
(56,128,91)
#306F4F
(48,111,79)
#285E43
(40,94,67)
#204D37
(32,77,55)
#183C2B
(24,60,43)
#102B1F
(16,43,31)
#081A13
(8,26,19)
#000000
(0,0,0)

Tints of #58C48B

#58C48B
(88,196,139)
#67C995
(103,201,149)
#76CE9F
(118,206,159)
#85D3A9
(133,211,169)
#94D8B3
(148,216,179)
#A3DDBD
(163,221,189)
#B2E2C7
(178,226,199)
#C1E7D1
(193,231,209)
#D0ECDB
(208,236,219)
#DFF1E5
(223,241,229)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C48B color. Also use rgb(88,196,139) instead hex code.

Text Font Color

.myTextColor { color: #58C48B; }

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

This text font color is #58C48B.

Background Color

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

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

This div background color is #58C48B.

Border color

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

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

This div border color is #58C48B.

Opacity

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

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

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

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

This text has shadow with #58C48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58C48B.

Preview

Color preview on black background

This text has color #58C48B on black background.


Color preview on white background

This text has color #58C48B on white background.


Black color preview on #58C48B background

This text has black color on #58C48B background.


White color preview on #58C48B background

This text has white color on #58C48B background.


Related colors

Complementary color

Complementary color for #hex is #A73B74.


I love getcolorcode.com

Triadic colors

1 #8B58C4 and #C48B58 with #58C48B are triadic colors.

2 #8BC458 and #C4588B with #58C48B are triadic colors.