COLOR #58AF87

HEX: #58AF87 RGB: (88,175,135)

Color info

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

RGB color model

#58AF87 color RGB value is (88,175,135).

RGB: (88,175,135) (35%, 69%, 53%)

RGB channels and saturation

R 88 of 255 = 35%
G 175 of 255 = 69%
B 135 of 255 = 53%

88
175
135

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

Portions of RGB colors in percentages

R + G + B = 88 + 175 + 135 = 398 (100%)
R 88 of 398 ~ 22.11%
G 175 of 398 ~ 43.97%
B 135 of 398 ~ 33.92'%

%22.11
%43.97
%33.92

CMYK color model

#58AF87 color CMYK value is (50,0,23,31).

  • cyan value is 49.71%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 31.37%

CMYK: (50,0,23,31)
C50M0Y23K31 (50%, 0%, 23%, 31%)
(0.50 / 0.00 / 0.23 / 0.31)

CMYK percentages

%49.71
%0
%22.86
%31.37

Codes

Color #58AF87 in popluar color models

58 AF 87
RGB 88 175 135
HSL 152° 35.22% 51.57%
HSB/HSV 152° 49.71% 68.63%
CMYK 49.71% 0.00% 22.86%
31.37%

Color #58AF87 in popluar number systems.

HEX 58 AF 87
Decimal 88 175 135
Binary 1011000 10101111 10000111
Octal 130 257 207

Shades and tints

Shades of #58AF87

#58AF87
(88,175,135)
#50A07B
(80,160,123)
#48916F
(72,145,111)
#408263
(64,130,99)
#387357
(56,115,87)
#30644B
(48,100,75)
#28553F
(40,85,63)
#204633
(32,70,51)
#183727
(24,55,39)
#10281B
(16,40,27)
#08190F
(8,25,15)
#000000
(0,0,0)

Tints of #58AF87

#58AF87
(88,175,135)
#67B691
(103,182,145)
#76BD9B
(118,189,155)
#85C4A5
(133,196,165)
#94CBAF
(148,203,175)
#A3D2B9
(163,210,185)
#B2D9C3
(178,217,195)
#C1E0CD
(193,224,205)
#D0E7D7
(208,231,215)
#DFEEE1
(223,238,225)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58AF87; }

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

This text font color is #58AF87.

Background Color

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

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

This div background color is #58AF87.

Border color

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

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

This div border color is #58AF87.

Opacity

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

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

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

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

This text has shadow with #58AF87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58AF87.

Preview

Color preview on black background

This text has color #58AF87 on black background.


Color preview on white background

This text has color #58AF87 on white background.


Black color preview on #58AF87 background

This text has black color on #58AF87 background.


White color preview on #58AF87 background

This text has white color on #58AF87 background.


Related colors

Complementary color

Complementary color for #hex is #A75078.


I love getcolorcode.com

Triadic colors

1 #8758AF and #AF8758 with #58AF87 are triadic colors.

2 #87AF58 and #AF5887 with #58AF87 are triadic colors.