COLOR #58C97B

HEX: #58C97B
RGB: (88,201,123)

Color info

#58C97B contains mainly green color. Web safe color of #58C97B is #66CC66 (or #6C6).

RGB color model

#58C97B color RGB value is (88,201,123).

  • red value is 88;
  • green value is 201;
  • blue value is 123.
RGB:
(88,201,123)
(35%,79%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 201 of 255 = 79%
B 123 of 255 = 48%

88
201
123

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

Portions of RGB colors in percentages

R + G + B =
88 + 201 + 123 = 412 (100%)
R 88 of 412 ~ 21.36%
G 201 of 412 ~ 48.79%
B 123 of 412 ~ 29.85%

%21.36
%48.79
%29.85

CMYK color model

#58C97B color CMYK value is (56,0,39,21).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 21.18%
CMYK:
(56,0,39,21)
C56M0Y39K21 
(56%,0%,39%,21%)
(0.56/0.00/0.39/0.21)	

CMYK percentages

%56.22
%0
%38.81
%21.18

Codes

Color #58C97B in popluar color models

58C97B
RGB88201123
HSL139°51.13%56.67%
HSB/HSV139°56.22%78.82%
CMYK56.22%0.00%38.81%
21.18%

Color #58C97B in popluar number systems.

HEX58C97B
Decimal88201123
Binary1011000110010011111011
Octal130311173

Shades and tints

Shades of #58C97B

#58C97B
(88,201,123)
#50B770
(80,183,112)
#48A565
(72,165,101)
#40935A
(64,147,90)
#38814F
(56,129,79)
#306F44
(48,111,68)
#285D39
(40,93,57)
#204B2E
(32,75,46)
#183923
(24,57,35)
#102718
(16,39,24)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #58C97B

#58C97B
(88,201,123)
#67CD87
(103,205,135)
#76D193
(118,209,147)
#85D59F
(133,213,159)
#94D9AB
(148,217,171)
#A3DDB7
(163,221,183)
#B2E1C3
(178,225,195)
#C1E5CF
(193,229,207)
#D0E9DB
(208,233,219)
#DFEDE7
(223,237,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C97B color. Also use rgb(88,201,123) instead hex code.

Text Font Color

.myTextColor { color: #58C97B; }

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

This text font color is #58C97B.


Background Color

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

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

This div background color is #58C97B.


Border color

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

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

This div border color is #58C97B.


Opacity

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

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

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

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

This text has shadow with #58C97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C97B on black background.


Color preview on white background

This text has color #58C97B on white background.



Black color preview on #58C97B background

This text has black color on #58C97B background.


White color preview on #58C97B background

This text has white color on #58C97B background.