COLOR #58AA9E

HEX: #58AA9E
RGB: (88,170,158)

Color info

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

RGB color model

#58AA9E color RGB value is (88,170,158).

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

RGB channels and saturation

R 88 of 255 = 35%
G 170 of 255 = 67%
B 158 of 255 = 62%

88
170
158

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

Portions of RGB colors in percentages

R + G + B =
88 + 170 + 158 = 416 (100%)
R 88 of 416 ~ 21.15%
G 170 of 416 ~ 40.87%
B 158 of 416 ~ 37.98%

%21.15
%40.87
%37.98

CMYK color model

#58AA9E color CMYK value is (48,0,7,33).

  • cyan value is 48.24%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(48,0,7,33)
C48M0Y7K33 
(48%,0%,7%,33%)
(0.48/0.00/0.07/0.33)	

CMYK percentages

%48.24
%0
%7.06
%33.33

Codes

Color #58AA9E in popluar color models

58AA9E
RGB88170158
HSL171°32.54%50.59%
HSB/HSV171°48.24%66.67%
CMYK48.24%0.00%7.06%
33.33%

Color #58AA9E in popluar number systems.

HEX58AA9E
Decimal88170158
Binary10110001010101010011110
Octal130252236

Shades and tints

Shades of #58AA9E

#58AA9E
(88,170,158)
#509B90
(80,155,144)
#488C82
(72,140,130)
#407D74
(64,125,116)
#386E66
(56,110,102)
#305F58
(48,95,88)
#28504A
(40,80,74)
#20413C
(32,65,60)
#18322E
(24,50,46)
#102320
(16,35,32)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #58AA9E

#58AA9E
(88,170,158)
#67B1A6
(103,177,166)
#76B8AE
(118,184,174)
#85BFB6
(133,191,182)
#94C6BE
(148,198,190)
#A3CDC6
(163,205,198)
#B2D4CE
(178,212,206)
#C1DBD6
(193,219,214)
#D0E2DE
(208,226,222)
#DFE9E6
(223,233,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58AA9E; }

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

This text font color is #58AA9E.


Background Color

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

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

This div background color is #58AA9E.


Border color

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

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

This div border color is #58AA9E.


Opacity

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

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

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

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

This text has shadow with #58AA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AA9E on black background.


Color preview on white background

This text has color #58AA9E on white background.



Black color preview on #58AA9E background

This text has black color on #58AA9E background.


White color preview on #58AA9E background

This text has white color on #58AA9E background.