COLOR #58A796

HEX: #58A796
RGB: (88,167,150)

Color info

#58A796 contains mainly green and blue colors. Web safe color of #58A796 is #669999 (or #699).

RGB color model

#58A796 color RGB value is (88,167,150).

  • red value is 88;
  • green value is 167;
  • blue value is 150.
RGB:
(88,167,150)
(35%,65%,59%)

RGB channels and saturation

R 88 of 255 = 35%
G 167 of 255 = 65%
B 150 of 255 = 59%

88
167
150

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

Portions of RGB colors in percentages

R + G + B =
88 + 167 + 150 = 405 (100%)
R 88 of 405 ~ 21.73%
G 167 of 405 ~ 41.23%
B 150 of 405 ~ 37.04%

%21.73
%41.23
%37.04

CMYK color model

#58A796 color CMYK value is (47,0,10,35).

  • cyan value is 47.31%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 34.51%
CMYK:
(47,0,10,35)
C47M0Y10K35 
(47%,0%,10%,35%)
(0.47/0.00/0.10/0.35)	

CMYK percentages

%47.31
%0
%10.18
%34.51

Codes

Color #58A796 in popluar color models

58A796
RGB88167150
HSL167°30.98%50.00%
HSB/HSV167°47.31%65.49%
CMYK47.31%0.00%10.18%
34.51%

Color #58A796 in popluar number systems.

HEX58A796
Decimal88167150
Binary10110001010011110010110
Octal130247226

Shades and tints

Shades of #58A796

#58A796
(88,167,150)
#509889
(80,152,137)
#48897C
(72,137,124)
#407A6F
(64,122,111)
#386B62
(56,107,98)
#305C55
(48,92,85)
#284D48
(40,77,72)
#203E3B
(32,62,59)
#182F2E
(24,47,46)
#102021
(16,32,33)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #58A796

#58A796
(88,167,150)
#67AF9F
(103,175,159)
#76B7A8
(118,183,168)
#85BFB1
(133,191,177)
#94C7BA
(148,199,186)
#A3CFC3
(163,207,195)
#B2D7CC
(178,215,204)
#C1DFD5
(193,223,213)
#D0E7DE
(208,231,222)
#DFEFE7
(223,239,231)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A796 color. Also use rgb(88,167,150) instead hex code.

Text Font Color

.myTextColor { color: #58A796; }

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

This text font color is #58A796.


Background Color

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

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

This div background color is #58A796.


Border color

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

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

This div border color is #58A796.


Opacity

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

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

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

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

This text has shadow with #58A796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A796 on black background.


Color preview on white background

This text has color #58A796 on white background.



Black color preview on #58A796 background

This text has black color on #58A796 background.


White color preview on #58A796 background

This text has white color on #58A796 background.