COLOR #58AFA6

HEX: #58AFA6
RGB: (88,175,166)

Color info

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

RGB color model

#58AFA6 color RGB value is (88,175,166).

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

RGB channels and saturation

R 88 of 255 = 35%
G 175 of 255 = 69%
B 166 of 255 = 65%

88
175
166

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

Portions of RGB colors in percentages

R + G + B =
88 + 175 + 166 = 429 (100%)
R 88 of 429 ~ 20.51%
G 175 of 429 ~ 40.79%
B 166 of 429 ~ 38.69%

%20.51
%40.79
%38.69

CMYK color model

#58AFA6 color CMYK value is (50,0,5,31).

  • cyan value is 49.71%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(50,0,5,31)
C50M0Y5K31 
(50%,0%,5%,31%)
(0.50/0.00/0.05/0.31)	

CMYK percentages

%49.71
%0
%5.14
%31.37

Codes

Color #58AFA6 in popluar color models

58AFA6
RGB88175166
HSL174°35.22%51.57%
HSB/HSV174°49.71%68.63%
CMYK49.71%0.00%5.14%
31.37%

Color #58AFA6 in popluar number systems.

HEX58AFA6
Decimal88175166
Binary10110001010111110100110
Octal130257246

Shades and tints

Shades of #58AFA6

#58AFA6
(88,175,166)
#50A097
(80,160,151)
#489188
(72,145,136)
#408279
(64,130,121)
#38736A
(56,115,106)
#30645B
(48,100,91)
#28554C
(40,85,76)
#20463D
(32,70,61)
#18372E
(24,55,46)
#10281F
(16,40,31)
#081910
(8,25,16)
#000000
(0,0,0)

Tints of #58AFA6

#58AFA6
(88,175,166)
#67B6AE
(103,182,174)
#76BDB6
(118,189,182)
#85C4BE
(133,196,190)
#94CBC6
(148,203,198)
#A3D2CE
(163,210,206)
#B2D9D6
(178,217,214)
#C1E0DE
(193,224,222)
#D0E7E6
(208,231,230)
#DFEEEE
(223,238,238)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58AFA6; }

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

This text font color is #58AFA6.


Background Color

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

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

This div background color is #58AFA6.


Border color

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

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

This div border color is #58AFA6.


Opacity

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

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

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

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

This text has shadow with #58AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AFA6 on black background.


Color preview on white background

This text has color #58AFA6 on white background.



Black color preview on #58AFA6 background

This text has black color on #58AFA6 background.


White color preview on #58AFA6 background

This text has white color on #58AFA6 background.