COLOR #58B59A

HEX: #58B59A
RGB: (88,181,154)

Color info

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

RGB color model

#58B59A color RGB value is (88,181,154).

  • red value is 88;
  • green value is 181;
  • blue value is 154.
RGB:
(88,181,154)
(35%,71%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 181 of 255 = 71%
B 154 of 255 = 60%

88
181
154

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

Portions of RGB colors in percentages

R + G + B =
88 + 181 + 154 = 423 (100%)
R 88 of 423 ~ 20.8%
G 181 of 423 ~ 42.79%
B 154 of 423 ~ 36.41%

%20.8
%42.79
%36.41

CMYK color model

#58B59A color CMYK value is (51,0,15,29).

  • cyan value is 51.38%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 29.02%
CMYK:
(51,0,15,29)
C51M0Y15K29 
(51%,0%,15%,29%)
(0.51/0.00/0.15/0.29)	

CMYK percentages

%51.38
%0
%14.92
%29.02

Codes

Color #58B59A in popluar color models

58B59A
RGB88181154
HSL163°38.59%52.75%
HSB/HSV163°51.38%70.98%
CMYK51.38%0.00%14.92%
29.02%

Color #58B59A in popluar number systems.

HEX58B59A
Decimal88181154
Binary10110001011010110011010
Octal130265232

Shades and tints

Shades of #58B59A

#58B59A
(88,181,154)
#50A58C
(80,165,140)
#48957E
(72,149,126)
#408570
(64,133,112)
#387562
(56,117,98)
#306554
(48,101,84)
#285546
(40,85,70)
#204538
(32,69,56)
#18352A
(24,53,42)
#10251C
(16,37,28)
#08150E
(8,21,14)
#000000
(0,0,0)

Tints of #58B59A

#58B59A
(88,181,154)
#67BBA3
(103,187,163)
#76C1AC
(118,193,172)
#85C7B5
(133,199,181)
#94CDBE
(148,205,190)
#A3D3C7
(163,211,199)
#B2D9D0
(178,217,208)
#C1DFD9
(193,223,217)
#D0E5E2
(208,229,226)
#DFEBEB
(223,235,235)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B59A color. Also use rgb(88,181,154) instead hex code.

Text Font Color

.myTextColor { color: #58B59A; }

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

This text font color is #58B59A.


Background Color

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

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

This div background color is #58B59A.


Border color

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

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

This div border color is #58B59A.


Opacity

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

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

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

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

This text has shadow with #58B59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B59A on black background.


Color preview on white background

This text has color #58B59A on white background.



Black color preview on #58B59A background

This text has black color on #58B59A background.


White color preview on #58B59A background

This text has white color on #58B59A background.