COLOR #58BD9D

HEX: #58BD9D
RGB: (88,189,157)

Color info

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

RGB color model

#58BD9D color RGB value is (88,189,157).

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

RGB channels and saturation

R 88 of 255 = 35%
G 189 of 255 = 74%
B 157 of 255 = 62%

88
189
157

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

Portions of RGB colors in percentages

R + G + B =
88 + 189 + 157 = 434 (100%)
R 88 of 434 ~ 20.28%
G 189 of 434 ~ 43.55%
B 157 of 434 ~ 36.18%

%20.28
%43.55
%36.18

CMYK color model

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

  • cyan value is 53.44%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(53,0,17,26)
C53M0Y17K26 
(53%,0%,17%,26%)
(0.53/0.00/0.17/0.26)	

CMYK percentages

%53.44
%0
%16.93
%25.88

Codes

Color #58BD9D in popluar color models

58BD9D
RGB88189157
HSL161°43.35%54.31%
HSB/HSV161°53.44%74.12%
CMYK53.44%0.00%16.93%
25.88%

Color #58BD9D in popluar number systems.

HEX58BD9D
Decimal88189157
Binary10110001011110110011101
Octal130275235

Shades and tints

Shades of #58BD9D

#58BD9D
(88,189,157)
#50AC8F
(80,172,143)
#489B81
(72,155,129)
#408A73
(64,138,115)
#387965
(56,121,101)
#306857
(48,104,87)
#285749
(40,87,73)
#20463B
(32,70,59)
#18352D
(24,53,45)
#10241F
(16,36,31)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #58BD9D

#58BD9D
(88,189,157)
#67C3A5
(103,195,165)
#76C9AD
(118,201,173)
#85CFB5
(133,207,181)
#94D5BD
(148,213,189)
#A3DBC5
(163,219,197)
#B2E1CD
(178,225,205)
#C1E7D5
(193,231,213)
#D0EDDD
(208,237,221)
#DFF3E5
(223,243,229)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58BD9D; }

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

This text font color is #58BD9D.


Background Color

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

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

This div background color is #58BD9D.


Border color

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

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

This div border color is #58BD9D.


Opacity

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

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

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

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

This text has shadow with #58BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BD9D on black background.


Color preview on white background

This text has color #58BD9D on white background.



Black color preview on #58BD9D background

This text has black color on #58BD9D background.


White color preview on #58BD9D background

This text has white color on #58BD9D background.