COLOR #58CC8A

HEX: #58CC8A RGB: (88,204,138)

Color info

#58CC8A contains mainly green color. Web safe color of #58CC8A is #66CC99 (or #6C9).

RGB color model

#58CC8A color RGB value is (88,204,138).

RGB: (88,204,138) (35%, 80%, 54%)

RGB channels and saturation

R 88 of 255 = 35%
G 204 of 255 = 80%
B 138 of 255 = 54%

88
204
138

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

Portions of RGB colors in percentages

R + G + B = 88 + 204 + 138 = 430 (100%)
R 88 of 430 ~ 20.47%
G 204 of 430 ~ 47.44%
B 138 of 430 ~ 32.09'%

%20.47
%47.44
%32.09

CMYK color model

#58CC8A color CMYK value is (57,0,32,20).

  • cyan value is 56.86%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 20.00%

CMYK: (57,0,32,20)
C57M0Y32K20 (57%, 0%, 32%, 20%)
(0.57 / 0.00 / 0.32 / 0.20)

CMYK percentages

%56.86
%0
%32.35
%20

Codes

Color #58CC8A in popluar color models

58 CC 8A
RGB 88 204 138
HSL 146° 53.21% 57.25%
HSB/HSV 146° 56.86% 80.00%
CMYK 56.86% 0.00% 32.35%
20.00%

Color #58CC8A in popluar number systems.

HEX 58 CC 8A
Decimal 88 204 138
Binary 1011000 11001100 10001010
Octal 130 314 212

Shades and tints

Shades of #58CC8A

#58CC8A
(88,204,138)
#50BA7E
(80,186,126)
#48A872
(72,168,114)
#409666
(64,150,102)
#38845A
(56,132,90)
#30724E
(48,114,78)
#286042
(40,96,66)
#204E36
(32,78,54)
#183C2A
(24,60,42)
#102A1E
(16,42,30)
#081812
(8,24,18)
#000000
(0,0,0)

Tints of #58CC8A

#58CC8A
(88,204,138)
#67D094
(103,208,148)
#76D49E
(118,212,158)
#85D8A8
(133,216,168)
#94DCB2
(148,220,178)
#A3E0BC
(163,224,188)
#B2E4C6
(178,228,198)
#C1E8D0
(193,232,208)
#D0ECDA
(208,236,218)
#DFF0E4
(223,240,228)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58CC8A color. Also use rgb(88,204,138) instead hex code.

Text Font Color

.myTextColor { color: #58CC8A; }

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

This text font color is #58CC8A.

Background Color

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

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

This div background color is #58CC8A.

Border color

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

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

This div border color is #58CC8A.

Opacity

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

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

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

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

This text has shadow with #58CC8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58CC8A.

Preview

Color preview on black background

This text has color #58CC8A on black background.


Color preview on white background

This text has color #58CC8A on white background.


Black color preview on #58CC8A background

This text has black color on #58CC8A background.


White color preview on #58CC8A background

This text has white color on #58CC8A background.


Related colors

Complementary color

Complementary color for #hex is #A73375.


I love getcolorcode.com

Triadic colors

1 #8A58CC and #CC8A58 with #58CC8A are triadic colors.

2 #8ACC58 and #CC588A with #58CC8A are triadic colors.