COLOR #58B89D

HEX: #58B89D RGB: (88,184,157)

Color info

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

RGB color model

#58B89D color RGB value is (88,184,157).

RGB: (88,184,157) (35%, 72%, 62%)

RGB channels and saturation

R 88 of 255 = 35%
G 184 of 255 = 72%
B 157 of 255 = 62%

88
184
157

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

Portions of RGB colors in percentages

R + G + B = 88 + 184 + 157 = 429 (100%)
R 88 of 429 ~ 20.51%
G 184 of 429 ~ 42.89%
B 157 of 429 ~ 36.6'%

%20.51
%42.89
%36.6

CMYK color model

#58B89D color CMYK value is (52,0,15,28).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 27.84%

CMYK: (52,0,15,28)
C52M0Y15K28 (52%, 0%, 15%, 28%)
(0.52 / 0.00 / 0.15 / 0.28)

CMYK percentages

%52.17
%0
%14.67
%27.84

Codes

Color #58B89D in popluar color models

58 B8 9D
RGB 88 184 157
HSL 163° 40.34% 53.33%
HSB/HSV 163° 52.17% 72.16%
CMYK 52.17% 0.00% 14.67%
27.84%

Color #58B89D in popluar number systems.

HEX 58 B8 9D
Decimal 88 184 157
Binary 1011000 10111000 10011101
Octal 130 270 235

Shades and tints

Shades of #58B89D

#58B89D
(88,184,157)
#50A88F
(80,168,143)
#489881
(72,152,129)
#408873
(64,136,115)
#387865
(56,120,101)
#306857
(48,104,87)
#285849
(40,88,73)
#20483B
(32,72,59)
#18382D
(24,56,45)
#10281F
(16,40,31)
#081811
(8,24,17)
#000000
(0,0,0)

Tints of #58B89D

#58B89D
(88,184,157)
#67BEA5
(103,190,165)
#76C4AD
(118,196,173)
#85CAB5
(133,202,181)
#94D0BD
(148,208,189)
#A3D6C5
(163,214,197)
#B2DCCD
(178,220,205)
#C1E2D5
(193,226,213)
#D0E8DD
(208,232,221)
#DFEEE5
(223,238,229)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58B89D; }

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

This text font color is #58B89D.

Background Color

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

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

This div background color is #58B89D.

Border color

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

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

This div border color is #58B89D.

Opacity

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

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

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

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

This text has shadow with #58B89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58B89D.

Preview

Color preview on black background

This text has color #58B89D on black background.


Color preview on white background

This text has color #58B89D on white background.


Black color preview on #58B89D background

This text has black color on #58B89D background.


White color preview on #58B89D background

This text has white color on #58B89D background.


Related colors

Complementary color

Complementary color for #hex is #A74762.


I love getcolorcode.com

Triadic colors

1 #9D58B8 and #B89D58 with #58B89D are triadic colors.

2 #9DB858 and #B8589D with #58B89D are triadic colors.