COLOR #58B89E

HEX: #58B89E
RGB: (88,184,158)

Color info

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

RGB color model

#58B89E color RGB value is (88,184,158).

  • red value is 88;
  • green value is 184;
  • blue value is 158.
RGB:
(88,184,158)
(35%,72%,62%)

RGB channels and saturation

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

88
184
158

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

Portions of RGB colors in percentages

R + G + B =
88 + 184 + 158 = 430 (100%)
R 88 of 430 ~ 20.47%
G 184 of 430 ~ 42.79%
B 158 of 430 ~ 36.74%

%20.47
%42.79
%36.74

CMYK color model

#58B89E color CMYK value is (52,0,14,28).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 27.84%
CMYK:
(52,0,14,28)
C52M0Y14K28 
(52%,0%,14%,28%)
(0.52/0.00/0.14/0.28)	

CMYK percentages

%52.17
%0
%14.13
%27.84

Codes

Color #58B89E in popluar color models

58B89E
RGB88184158
HSL164°40.34%53.33%
HSB/HSV164°52.17%72.16%
CMYK52.17%0.00%14.13%
27.84%

Color #58B89E in popluar number systems.

HEX58B89E
Decimal88184158
Binary10110001011100010011110
Octal130270236

Shades and tints

Shades of #58B89E

#58B89E
(88,184,158)
#50A890
(80,168,144)
#489882
(72,152,130)
#408874
(64,136,116)
#387866
(56,120,102)
#306858
(48,104,88)
#28584A
(40,88,74)
#20483C
(32,72,60)
#18382E
(24,56,46)
#102820
(16,40,32)
#081812
(8,24,18)
#000000
(0,0,0)

Tints of #58B89E

#58B89E
(88,184,158)
#67BEA6
(103,190,166)
#76C4AE
(118,196,174)
#85CAB6
(133,202,182)
#94D0BE
(148,208,190)
#A3D6C6
(163,214,198)
#B2DCCE
(178,220,206)
#C1E2D6
(193,226,214)
#D0E8DE
(208,232,222)
#DFEEE6
(223,238,230)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58B89E; }

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

This text font color is #58B89E.


Background Color

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

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

This div background color is #58B89E.


Border color

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

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

This div border color is #58B89E.


Opacity

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

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

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

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

This text has shadow with #58B89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B89E on black background.


Color preview on white background

This text has color #58B89E on white background.



Black color preview on #58B89E background

This text has black color on #58B89E background.


White color preview on #58B89E background

This text has white color on #58B89E background.