COLOR #58BD89

HEX: #58BD89
RGB: (88,189,137)

Color info

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

RGB color model

#58BD89 color RGB value is (88,189,137).

  • red value is 88;
  • green value is 189;
  • blue value is 137.
RGB:
(88,189,137)
(35%,74%,54%)

RGB channels and saturation

R 88 of 255 = 35%
G 189 of 255 = 74%
B 137 of 255 = 54%

88
189
137

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

Portions of RGB colors in percentages

R + G + B =
88 + 189 + 137 = 414 (100%)
R 88 of 414 ~ 21.26%
G 189 of 414 ~ 45.65%
B 137 of 414 ~ 33.09%

%21.26
%45.65
%33.09

CMYK color model

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

  • cyan value is 53.44%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(53,0,28,26)
C53M0Y28K26 
(53%,0%,28%,26%)
(0.53/0.00/0.28/0.26)	

CMYK percentages

%53.44
%0
%27.51
%25.88

Codes

Color #58BD89 in popluar color models

58BD89
RGB88189137
HSL149°43.35%54.31%
HSB/HSV149°53.44%74.12%
CMYK53.44%0.00%27.51%
25.88%

Color #58BD89 in popluar number systems.

HEX58BD89
Decimal88189137
Binary10110001011110110001001
Octal130275211

Shades and tints

Shades of #58BD89

#58BD89
(88,189,137)
#50AC7D
(80,172,125)
#489B71
(72,155,113)
#408A65
(64,138,101)
#387959
(56,121,89)
#30684D
(48,104,77)
#285741
(40,87,65)
#204635
(32,70,53)
#183529
(24,53,41)
#10241D
(16,36,29)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #58BD89

#58BD89
(88,189,137)
#67C393
(103,195,147)
#76C99D
(118,201,157)
#85CFA7
(133,207,167)
#94D5B1
(148,213,177)
#A3DBBB
(163,219,187)
#B2E1C5
(178,225,197)
#C1E7CF
(193,231,207)
#D0EDD9
(208,237,217)
#DFF3E3
(223,243,227)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BD89 color. Also use rgb(88,189,137) instead hex code.

Text Font Color

.myTextColor { color: #58BD89; }

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

This text font color is #58BD89.


Background Color

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

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

This div background color is #58BD89.


Border color

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

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

This div border color is #58BD89.


Opacity

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

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

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

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

This text has shadow with #58BD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BD89 on black background.


Color preview on white background

This text has color #58BD89 on white background.



Black color preview on #58BD89 background

This text has black color on #58BD89 background.


White color preview on #58BD89 background

This text has white color on #58BD89 background.