COLOR #58A686

HEX: #58A686
RGB: (88,166,134)

Color info

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

RGB color model

#58A686 color RGB value is (88,166,134).

  • red value is 88;
  • green value is 166;
  • blue value is 134.
RGB:
(88,166,134)
(35%,65%,53%)

RGB channels and saturation

R 88 of 255 = 35%
G 166 of 255 = 65%
B 134 of 255 = 53%

88
166
134

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

Portions of RGB colors in percentages

R + G + B =
88 + 166 + 134 = 388 (100%)
R 88 of 388 ~ 22.68%
G 166 of 388 ~ 42.78%
B 134 of 388 ~ 34.54%

%22.68
%42.78
%34.54

CMYK color model

#58A686 color CMYK value is (47,0,19,35).

  • cyan value is 46.99%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 34.90%
CMYK:
(47,0,19,35)
C47M0Y19K35 
(47%,0%,19%,35%)
(0.47/0.00/0.19/0.35)	

CMYK percentages

%46.99
%0
%19.28
%34.9

Codes

Color #58A686 in popluar color models

58A686
RGB88166134
HSL155°30.71%49.80%
HSB/HSV155°46.99%65.10%
CMYK46.99%0.00%19.28%
34.90%

Color #58A686 in popluar number systems.

HEX58A686
Decimal88166134
Binary10110001010011010000110
Octal130246206

Shades and tints

Shades of #58A686

#58A686
(88,166,134)
#50977A
(80,151,122)
#48886E
(72,136,110)
#407962
(64,121,98)
#386A56
(56,106,86)
#305B4A
(48,91,74)
#284C3E
(40,76,62)
#203D32
(32,61,50)
#182E26
(24,46,38)
#101F1A
(16,31,26)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #58A686

#58A686
(88,166,134)
#67AE91
(103,174,145)
#76B69C
(118,182,156)
#85BEA7
(133,190,167)
#94C6B2
(148,198,178)
#A3CEBD
(163,206,189)
#B2D6C8
(178,214,200)
#C1DED3
(193,222,211)
#D0E6DE
(208,230,222)
#DFEEE9
(223,238,233)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A686 color. Also use rgb(88,166,134) instead hex code.

Text Font Color

.myTextColor { color: #58A686; }

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

This text font color is #58A686.


Background Color

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

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

This div background color is #58A686.


Border color

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

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

This div border color is #58A686.


Opacity

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

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

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

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

This text has shadow with #58A686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A686 on black background.


Color preview on white background

This text has color #58A686 on white background.



Black color preview on #58A686 background

This text has black color on #58A686 background.


White color preview on #58A686 background

This text has white color on #58A686 background.