COLOR #58A38F

HEX: #58A38F RGB: (88,163,143)

Color info

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

RGB color model

#58A38F color RGB value is (88,163,143).

RGB: (88,163,143) (35%, 64%, 56%)

RGB channels and saturation

R 88 of 255 = 35%
G 163 of 255 = 64%
B 143 of 255 = 56%

88
163
143

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

Portions of RGB colors in percentages

R + G + B = 88 + 163 + 143 = 394 (100%)
R 88 of 394 ~ 22.34%
G 163 of 394 ~ 41.37%
B 143 of 394 ~ 36.29'%

%22.34
%41.37
%36.29

CMYK color model

#58A38F color CMYK value is (46,0,12,36).

  • cyan value is 46.01%
  • magenta value is 0.00%
  • yellow value is 12.27%
  • key color value is 36.08%

CMYK: (46,0,12,36)
C46M0Y12K36 (46%, 0%, 12%, 36%)
(0.46 / 0.00 / 0.12 / 0.36)

CMYK percentages

%46.01
%0
%12.27
%36.08

Codes

Color #58A38F in popluar color models

58 A3 8F
RGB 88 163 143
HSL 164° 29.88% 49.22%
HSB/HSV 164° 46.01% 63.92%
CMYK 46.01% 0.00% 12.27%
36.08%

Color #58A38F in popluar number systems.

HEX 58 A3 8F
Decimal 88 163 143
Binary 1011000 10100011 10001111
Octal 130 243 217

Shades and tints

Shades of #58A38F

#58A38F
(88,163,143)
#509582
(80,149,130)
#488775
(72,135,117)
#407968
(64,121,104)
#386B5B
(56,107,91)
#305D4E
(48,93,78)
#284F41
(40,79,65)
#204134
(32,65,52)
#183327
(24,51,39)
#10251A
(16,37,26)
#08170D
(8,23,13)
#000000
(0,0,0)

Tints of #58A38F

#58A38F
(88,163,143)
#67AB99
(103,171,153)
#76B3A3
(118,179,163)
#85BBAD
(133,187,173)
#94C3B7
(148,195,183)
#A3CBC1
(163,203,193)
#B2D3CB
(178,211,203)
#C1DBD5
(193,219,213)
#D0E3DF
(208,227,223)
#DFEBE9
(223,235,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A38F color. Also use rgb(88,163,143) instead hex code.

Text Font Color

.myTextColor { color: #58A38F; }

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

This text font color is #58A38F.

Background Color

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

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

This div background color is #58A38F.

Border color

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

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

This div border color is #58A38F.

Opacity

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

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

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

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

This text has shadow with #58A38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A38F.

Preview

Color preview on black background

This text has color #58A38F on black background.


Color preview on white background

This text has color #58A38F on white background.


Black color preview on #58A38F background

This text has black color on #58A38F background.


White color preview on #58A38F background

This text has white color on #58A38F background.


Related colors

Complementary color

Complementary color for #hex is #A75C70.


I love getcolorcode.com

Triadic colors

1 #8F58A3 and #A38F58 with #58A38F are triadic colors.

2 #8FA358 and #A3588F with #58A38F are triadic colors.