COLOR #58A2A8

HEX: #58A2A8
RGB: (88,162,168)

Color info

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

RGB color model

#58A2A8 color RGB value is (88,162,168).

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

RGB channels and saturation

R 88 of 255 = 35%
G 162 of 255 = 64%
B 168 of 255 = 66%

88
162
168

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

Portions of RGB colors in percentages

R + G + B =
88 + 162 + 168 = 418 (100%)
R 88 of 418 ~ 21.05%
G 162 of 418 ~ 38.76%
B 168 of 418 ~ 40.19%

%21.05
%38.76
%40.19

CMYK color model

#58A2A8 color CMYK value is (48,4,0,34).

  • cyan value is 47.62%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(48,4,0,34)
C48M4Y0K34 
(48%,4%,0%,34%)
(0.48/0.04/0.00/0.34)	

CMYK percentages

%47.62
%3.57
%0
%34.12

Codes

Color #58A2A8 in popluar color models

58A2A8
RGB88162168
HSL185°31.50%50.20%
HSB/HSV185°47.62%65.88%
CMYK47.62%3.57%0.00%
34.12%

Color #58A2A8 in popluar number systems.

HEX58A2A8
Decimal88162168
Binary10110001010001010101000
Octal130242250

Shades and tints

Shades of #58A2A8

#58A2A8
(88,162,168)
#509499
(80,148,153)
#48868A
(72,134,138)
#40787B
(64,120,123)
#386A6C
(56,106,108)
#305C5D
(48,92,93)
#284E4E
(40,78,78)
#20403F
(32,64,63)
#183230
(24,50,48)
#102421
(16,36,33)
#081612
(8,22,18)
#000000
(0,0,0)

Tints of #58A2A8

#58A2A8
(88,162,168)
#67AAAF
(103,170,175)
#76B2B6
(118,178,182)
#85BABD
(133,186,189)
#94C2C4
(148,194,196)
#A3CACB
(163,202,203)
#B2D2D2
(178,210,210)
#C1DAD9
(193,218,217)
#D0E2E0
(208,226,224)
#DFEAE7
(223,234,231)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A2A8; }

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

This text font color is #58A2A8.


Background Color

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

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

This div background color is #58A2A8.


Border color

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

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

This div border color is #58A2A8.


Opacity

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

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

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

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

This text has shadow with #58A2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A2A8 on black background.


Color preview on white background

This text has color #58A2A8 on white background.



Black color preview on #58A2A8 background

This text has black color on #58A2A8 background.


White color preview on #58A2A8 background

This text has white color on #58A2A8 background.