COLOR #58A282

HEX: #58A282 RGB: (88,162,130)

Color info

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

RGB color model

#58A282 color RGB value is (88,162,130).

RGB: (88,162,130) (35%, 64%, 51%)

RGB channels and saturation

R 88 of 255 = 35%
G 162 of 255 = 64%
B 130 of 255 = 51%

88
162
130

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

Portions of RGB colors in percentages

R + G + B = 88 + 162 + 130 = 380 (100%)
R 88 of 380 ~ 23.16%
G 162 of 380 ~ 42.63%
B 130 of 380 ~ 34.21'%

%23.16
%42.63
%34.21

CMYK color model

#58A282 color CMYK value is (46,0,20,36).

  • cyan value is 45.68%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 36.47%

CMYK: (46,0,20,36)
C46M0Y20K36 (46%, 0%, 20%, 36%)
(0.46 / 0.00 / 0.20 / 0.36)

CMYK percentages

%45.68
%0
%19.75
%36.47

Codes

Color #58A282 in popluar color models

58 A2 82
RGB 88 162 130
HSL 154° 29.60% 49.02%
HSB/HSV 154° 45.68% 63.53%
CMYK 45.68% 0.00% 19.75%
36.47%

Color #58A282 in popluar number systems.

HEX 58 A2 82
Decimal 88 162 130
Binary 1011000 10100010 10000010
Octal 130 242 202

Shades and tints

Shades of #58A282

#58A282
(88,162,130)
#509477
(80,148,119)
#48866C
(72,134,108)
#407861
(64,120,97)
#386A56
(56,106,86)
#305C4B
(48,92,75)
#284E40
(40,78,64)
#204035
(32,64,53)
#18322A
(24,50,42)
#10241F
(16,36,31)
#081614
(8,22,20)
#000000
(0,0,0)

Tints of #58A282

#58A282
(88,162,130)
#67AA8D
(103,170,141)
#76B298
(118,178,152)
#85BAA3
(133,186,163)
#94C2AE
(148,194,174)
#A3CAB9
(163,202,185)
#B2D2C4
(178,210,196)
#C1DACF
(193,218,207)
#D0E2DA
(208,226,218)
#DFEAE5
(223,234,229)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A282; }

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

This text font color is #58A282.

Background Color

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

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

This div background color is #58A282.

Border color

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

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

This div border color is #58A282.

Opacity

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

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

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

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

This text has shadow with #58A282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A282.

Preview

Color preview on black background

This text has color #58A282 on black background.


Color preview on white background

This text has color #58A282 on white background.


Black color preview on #58A282 background

This text has black color on #58A282 background.


White color preview on #58A282 background

This text has white color on #58A282 background.


Related colors

Complementary color

Complementary color for #hex is #A75D7D.


I love getcolorcode.com

Triadic colors

1 #8258A2 and #A28258 with #58A282 are triadic colors.

2 #82A258 and #A25882 with #58A282 are triadic colors.