COLOR #58B6A8

HEX: #58B6A8
RGB: (88,182,168)

Color info

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

RGB color model

#58B6A8 color RGB value is (88,182,168).

  • red value is 88;
  • green value is 182;
  • blue value is 168.
RGB:
(88,182,168)
(35%,71%,66%)

RGB channels and saturation

R 88 of 255 = 35%
G 182 of 255 = 71%
B 168 of 255 = 66%

88
182
168

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

Portions of RGB colors in percentages

R + G + B =
88 + 182 + 168 = 438 (100%)
R 88 of 438 ~ 20.09%
G 182 of 438 ~ 41.55%
B 168 of 438 ~ 38.36%

%20.09
%41.55
%38.36

CMYK color model

#58B6A8 color CMYK value is (52,0,8,29).

  • cyan value is 51.65%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 28.63%
CMYK:
(52,0,8,29)
C52M0Y8K29 
(52%,0%,8%,29%)
(0.52/0.00/0.08/0.29)	

CMYK percentages

%51.65
%0
%7.69
%28.63

Codes

Color #58B6A8 in popluar color models

58B6A8
RGB88182168
HSL171°39.17%52.94%
HSB/HSV171°51.65%71.37%
CMYK51.65%0.00%7.69%
28.63%

Color #58B6A8 in popluar number systems.

HEX58B6A8
Decimal88182168
Binary10110001011011010101000
Octal130266250

Shades and tints

Shades of #58B6A8

#58B6A8
(88,182,168)
#50A699
(80,166,153)
#48968A
(72,150,138)
#40867B
(64,134,123)
#38766C
(56,118,108)
#30665D
(48,102,93)
#28564E
(40,86,78)
#20463F
(32,70,63)
#183630
(24,54,48)
#102621
(16,38,33)
#081612
(8,22,18)
#000000
(0,0,0)

Tints of #58B6A8

#58B6A8
(88,182,168)
#67BCAF
(103,188,175)
#76C2B6
(118,194,182)
#85C8BD
(133,200,189)
#94CEC4
(148,206,196)
#A3D4CB
(163,212,203)
#B2DAD2
(178,218,210)
#C1E0D9
(193,224,217)
#D0E6E0
(208,230,224)
#DFECE7
(223,236,231)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B6A8 color. Also use rgb(88,182,168) instead hex code.

Text Font Color

.myTextColor { color: #58B6A8; }

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

This text font color is #58B6A8.


Background Color

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

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

This div background color is #58B6A8.


Border color

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

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

This div border color is #58B6A8.


Opacity

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

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

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

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

This text has shadow with #58B6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B6A8 on black background.


Color preview on white background

This text has color #58B6A8 on white background.



Black color preview on #58B6A8 background

This text has black color on #58B6A8 background.


White color preview on #58B6A8 background

This text has white color on #58B6A8 background.