COLOR #58BC8B

HEX: #58BC8B
RGB: (88,188,139)

Color info

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

RGB color model

#58BC8B color RGB value is (88,188,139).

  • red value is 88;
  • green value is 188;
  • blue value is 139.
RGB:
(88,188,139)
(35%,74%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 188 of 255 = 74%
B 139 of 255 = 55%

88
188
139

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

Portions of RGB colors in percentages

R + G + B =
88 + 188 + 139 = 415 (100%)
R 88 of 415 ~ 21.2%
G 188 of 415 ~ 45.3%
B 139 of 415 ~ 33.49%

%21.2
%45.3
%33.49

CMYK color model

#58BC8B color CMYK value is (53,0,26,26).

  • cyan value is 53.19%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 26.27%
CMYK:
(53,0,26,26)
C53M0Y26K26 
(53%,0%,26%,26%)
(0.53/0.00/0.26/0.26)	

CMYK percentages

%53.19
%0
%26.06
%26.27

Codes

Color #58BC8B in popluar color models

58BC8B
RGB88188139
HSL151°42.74%54.12%
HSB/HSV151°53.19%73.73%
CMYK53.19%0.00%26.06%
26.27%

Color #58BC8B in popluar number systems.

HEX58BC8B
Decimal88188139
Binary10110001011110010001011
Octal130274213

Shades and tints

Shades of #58BC8B

#58BC8B
(88,188,139)
#50AB7F
(80,171,127)
#489A73
(72,154,115)
#408967
(64,137,103)
#38785B
(56,120,91)
#30674F
(48,103,79)
#285643
(40,86,67)
#204537
(32,69,55)
#18342B
(24,52,43)
#10231F
(16,35,31)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #58BC8B

#58BC8B
(88,188,139)
#67C295
(103,194,149)
#76C89F
(118,200,159)
#85CEA9
(133,206,169)
#94D4B3
(148,212,179)
#A3DABD
(163,218,189)
#B2E0C7
(178,224,199)
#C1E6D1
(193,230,209)
#D0ECDB
(208,236,219)
#DFF2E5
(223,242,229)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58BC8B; }

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

This text font color is #58BC8B.


Background Color

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

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

This div background color is #58BC8B.


Border color

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

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

This div border color is #58BC8B.


Opacity

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

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

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

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

This text has shadow with #58BC8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BC8B on black background.


Color preview on white background

This text has color #58BC8B on white background.



Black color preview on #58BC8B background

This text has black color on #58BC8B background.


White color preview on #58BC8B background

This text has white color on #58BC8B background.