COLOR #58C87B

HEX: #58C87B RGB: (88,200,123)

Color info

#58C87B contains mainly green color. Web safe color of #58C87B is #66CC66 (or #6C6).

RGB color model

#58C87B color RGB value is (88,200,123).

RGB: (88,200,123) (35%, 78%, 48%)

RGB channels and saturation

R 88 of 255 = 35%
G 200 of 255 = 78%
B 123 of 255 = 48%

88
200
123

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

Portions of RGB colors in percentages

R + G + B = 88 + 200 + 123 = 411 (100%)
R 88 of 411 ~ 21.41%
G 200 of 411 ~ 48.66%
B 123 of 411 ~ 29.93'%

%21.41
%48.66
%29.93

CMYK color model

#58C87B color CMYK value is (56,0,39,22).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 21.57%

CMYK: (56,0,39,22)
C56M0Y39K22 (56%, 0%, 39%, 22%)
(0.56 / 0.00 / 0.39 / 0.22)

CMYK percentages

%56
%0
%38.5
%21.57

Codes

Color #58C87B in popluar color models

58 C8 7B
RGB 88 200 123
HSL 139° 50.45% 56.47%
HSB/HSV 139° 56.00% 78.43%
CMYK 56.00% 0.00% 38.50%
21.57%

Color #58C87B in popluar number systems.

HEX 58 C8 7B
Decimal 88 200 123
Binary 1011000 11001000 1111011
Octal 130 310 173

Shades and tints

Shades of #58C87B

#58C87B
(88,200,123)
#50B670
(80,182,112)
#48A465
(72,164,101)
#40925A
(64,146,90)
#38804F
(56,128,79)
#306E44
(48,110,68)
#285C39
(40,92,57)
#204A2E
(32,74,46)
#183823
(24,56,35)
#102618
(16,38,24)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #58C87B

#58C87B
(88,200,123)
#67CD87
(103,205,135)
#76D293
(118,210,147)
#85D79F
(133,215,159)
#94DCAB
(148,220,171)
#A3E1B7
(163,225,183)
#B2E6C3
(178,230,195)
#C1EBCF
(193,235,207)
#D0F0DB
(208,240,219)
#DFF5E7
(223,245,231)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C87B color. Also use rgb(88,200,123) instead hex code.

Text Font Color

.myTextColor { color: #58C87B; }

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

This text font color is #58C87B.

Background Color

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

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

This div background color is #58C87B.

Border color

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

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

This div border color is #58C87B.

Opacity

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

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

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

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

This text has shadow with #58C87B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58C87B.

Preview

Color preview on black background

This text has color #58C87B on black background.


Color preview on white background

This text has color #58C87B on white background.


Black color preview on #58C87B background

This text has black color on #58C87B background.


White color preview on #58C87B background

This text has white color on #58C87B background.


Related colors

Complementary color

Complementary color for #hex is #A73784.


I love getcolorcode.com

Triadic colors

1 #7B58C8 and #C87B58 with #58C87B are triadic colors.

2 #7BC858 and #C8587B with #58C87B are triadic colors.