COLOR #58ACAE

HEX: #58ACAE
RGB: (88,172,174)

Color info

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

RGB color model

#58ACAE color RGB value is (88,172,174).

  • red value is 88;
  • green value is 172;
  • blue value is 174.
RGB:
(88,172,174)
(35%,67%,68%)

RGB channels and saturation

R 88 of 255 = 35%
G 172 of 255 = 67%
B 174 of 255 = 68%

88
172
174

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

Portions of RGB colors in percentages

R + G + B =
88 + 172 + 174 = 434 (100%)
R 88 of 434 ~ 20.28%
G 172 of 434 ~ 39.63%
B 174 of 434 ~ 40.09%

%20.28
%39.63
%40.09

CMYK color model

#58ACAE color CMYK value is (49,1,0,32).

  • cyan value is 49.43%
  • magenta value is 1.15%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(49,1,0,32)
C49M1Y0K32 
(49%,1%,0%,32%)
(0.49/0.01/0.00/0.32)	

CMYK percentages

%49.43
%1.15
%0
%31.76

Codes

Color #58ACAE in popluar color models

58ACAE
RGB88172174
HSL181°34.68%51.37%
HSB/HSV181°49.43%68.24%
CMYK49.43%1.15%0.00%
31.76%

Color #58ACAE in popluar number systems.

HEX58ACAE
Decimal88172174
Binary10110001010110010101110
Octal130254256

Shades and tints

Shades of #58ACAE

#58ACAE
(88,172,174)
#509D9F
(80,157,159)
#488E90
(72,142,144)
#407F81
(64,127,129)
#387072
(56,112,114)
#306163
(48,97,99)
#285254
(40,82,84)
#204345
(32,67,69)
#183436
(24,52,54)
#102527
(16,37,39)
#081618
(8,22,24)
#000000
(0,0,0)

Tints of #58ACAE

#58ACAE
(88,172,174)
#67B3B5
(103,179,181)
#76BABC
(118,186,188)
#85C1C3
(133,193,195)
#94C8CA
(148,200,202)
#A3CFD1
(163,207,209)
#B2D6D8
(178,214,216)
#C1DDDF
(193,221,223)
#D0E4E6
(208,228,230)
#DFEBED
(223,235,237)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58ACAE color. Also use rgb(88,172,174) instead hex code.

Text Font Color

.myTextColor { color: #58ACAE; }

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

This text font color is #58ACAE.


Background Color

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

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

This div background color is #58ACAE.


Border color

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

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

This div border color is #58ACAE.


Opacity

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

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

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

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

This text has shadow with #58ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58ACAE on black background.


Color preview on white background

This text has color #58ACAE on white background.



Black color preview on #58ACAE background

This text has black color on #58ACAE background.


White color preview on #58ACAE background

This text has white color on #58ACAE background.