COLOR #58CC8F

HEX: #58CC8F RGB: (88,204,143)

Color info

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

RGB color model

#58CC8F color RGB value is (88,204,143).

RGB: (88,204,143) (35%, 80%, 56%)

RGB channels and saturation

R 88 of 255 = 35%
G 204 of 255 = 80%
B 143 of 255 = 56%

88
204
143

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

Portions of RGB colors in percentages

R + G + B = 88 + 204 + 143 = 435 (100%)
R 88 of 435 ~ 20.23%
G 204 of 435 ~ 46.9%
B 143 of 435 ~ 32.87'%

%20.23
%46.9
%32.87

CMYK color model

#58CC8F color CMYK value is (57,0,30,20).

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

CMYK: (57,0,30,20)
C57M0Y30K20 (57%, 0%, 30%, 20%)
(0.57 / 0.00 / 0.30 / 0.20)

CMYK percentages

%56.86
%0
%29.9
%20

Codes

Color #58CC8F in popluar color models

58 CC 8F
RGB 88 204 143
HSL 148° 53.21% 57.25%
HSB/HSV 148° 56.86% 80.00%
CMYK 56.86% 0.00% 29.90%
20.00%

Color #58CC8F in popluar number systems.

HEX 58 CC 8F
Decimal 88 204 143
Binary 1011000 11001100 10001111
Octal 130 314 217

Shades and tints

Shades of #58CC8F

#58CC8F
(88,204,143)
#50BA82
(80,186,130)
#48A875
(72,168,117)
#409668
(64,150,104)
#38845B
(56,132,91)
#30724E
(48,114,78)
#286041
(40,96,65)
#204E34
(32,78,52)
#183C27
(24,60,39)
#102A1A
(16,42,26)
#08180D
(8,24,13)
#000000
(0,0,0)

Tints of #58CC8F

#58CC8F
(88,204,143)
#67D099
(103,208,153)
#76D4A3
(118,212,163)
#85D8AD
(133,216,173)
#94DCB7
(148,220,183)
#A3E0C1
(163,224,193)
#B2E4CB
(178,228,203)
#C1E8D5
(193,232,213)
#D0ECDF
(208,236,223)
#DFF0E9
(223,240,233)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58CC8F; }

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

This text font color is #58CC8F.

Background Color

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

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

This div background color is #58CC8F.

Border color

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

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

This div border color is #58CC8F.

Opacity

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

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

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

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

This text has shadow with #58CC8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58CC8F.

Preview

Color preview on black background

This text has color #58CC8F on black background.


Color preview on white background

This text has color #58CC8F on white background.


Black color preview on #58CC8F background

This text has black color on #58CC8F background.


White color preview on #58CC8F background

This text has white color on #58CC8F background.


Related colors

Complementary color

Complementary color for #hex is #A73370.


I love getcolorcode.com

Triadic colors

1 #8F58CC and #CC8F58 with #58CC8F are triadic colors.

2 #8FCC58 and #CC588F with #58CC8F are triadic colors.