COLOR #58C59A

HEX: #58C59A RGB: (88,197,154)

Color info

#58C59A contains mainly green and blue colors. Web safe color of #58C59A is #66CC99 (or #6C9).

RGB color model

#58C59A color RGB value is (88,197,154).

RGB: (88,197,154) (35%, 77%, 60%)

RGB channels and saturation

R 88 of 255 = 35%
G 197 of 255 = 77%
B 154 of 255 = 60%

88
197
154

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

Portions of RGB colors in percentages

R + G + B = 88 + 197 + 154 = 439 (100%)
R 88 of 439 ~ 20.05%
G 197 of 439 ~ 44.87%
B 154 of 439 ~ 35.08'%

%20.05
%44.87
%35.08

CMYK color model

#58C59A color CMYK value is (55,0,22,23).

  • cyan value is 55.33%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 22.75%

CMYK: (55,0,22,23)
C55M0Y22K23 (55%, 0%, 22%, 23%)
(0.55 / 0.00 / 0.22 / 0.23)

CMYK percentages

%55.33
%0
%21.83
%22.75

Codes

Color #58C59A in popluar color models

58 C5 9A
RGB 88 197 154
HSL 156° 48.44% 55.88%
HSB/HSV 156° 55.33% 77.25%
CMYK 55.33% 0.00% 21.83%
22.75%

Color #58C59A in popluar number systems.

HEX 58 C5 9A
Decimal 88 197 154
Binary 1011000 11000101 10011010
Octal 130 305 232

Shades and tints

Shades of #58C59A

#58C59A
(88,197,154)
#50B48C
(80,180,140)
#48A37E
(72,163,126)
#409270
(64,146,112)
#388162
(56,129,98)
#307054
(48,112,84)
#285F46
(40,95,70)
#204E38
(32,78,56)
#183D2A
(24,61,42)
#102C1C
(16,44,28)
#081B0E
(8,27,14)
#000000
(0,0,0)

Tints of #58C59A

#58C59A
(88,197,154)
#67CAA3
(103,202,163)
#76CFAC
(118,207,172)
#85D4B5
(133,212,181)
#94D9BE
(148,217,190)
#A3DEC7
(163,222,199)
#B2E3D0
(178,227,208)
#C1E8D9
(193,232,217)
#D0EDE2
(208,237,226)
#DFF2EB
(223,242,235)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C59A color. Also use rgb(88,197,154) instead hex code.

Text Font Color

.myTextColor { color: #58C59A; }

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

This text font color is #58C59A.

Background Color

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

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

This div background color is #58C59A.

Border color

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

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

This div border color is #58C59A.

Opacity

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

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

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

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

This text has shadow with #58C59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58C59A.

Preview

Color preview on black background

This text has color #58C59A on black background.


Color preview on white background

This text has color #58C59A on white background.


Black color preview on #58C59A background

This text has black color on #58C59A background.


White color preview on #58C59A background

This text has white color on #58C59A background.


Related colors

Complementary color

Complementary color for #hex is #A73A65.


I love getcolorcode.com

Triadic colors

1 #9A58C5 and #C59A58 with #58C59A are triadic colors.

2 #9AC558 and #C5589A with #58C59A are triadic colors.