COLOR #58C09F

HEX: #58C09F
RGB: (88,192,159)

Color info

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

RGB color model

#58C09F color RGB value is (88,192,159).

  • red value is 88;
  • green value is 192;
  • blue value is 159.
RGB:
(88,192,159)
(35%,75%,62%)

RGB channels and saturation

R 88 of 255 = 35%
G 192 of 255 = 75%
B 159 of 255 = 62%

88
192
159

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

Portions of RGB colors in percentages

R + G + B =
88 + 192 + 159 = 439 (100%)
R 88 of 439 ~ 20.05%
G 192 of 439 ~ 43.74%
B 159 of 439 ~ 36.22%

%20.05
%43.74
%36.22

CMYK color model

#58C09F color CMYK value is (54,0,17,25).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(54,0,17,25)
C54M0Y17K25 
(54%,0%,17%,25%)
(0.54/0.00/0.17/0.25)	

CMYK percentages

%54.17
%0
%17.19
%24.71

Codes

Color #58C09F in popluar color models

58C09F
RGB88192159
HSL161°45.22%54.90%
HSB/HSV161°54.17%75.29%
CMYK54.17%0.00%17.19%
24.71%

Color #58C09F in popluar number systems.

HEX58C09F
Decimal88192159
Binary10110001100000010011111
Octal130300237

Shades and tints

Shades of #58C09F

#58C09F
(88,192,159)
#50AF91
(80,175,145)
#489E83
(72,158,131)
#408D75
(64,141,117)
#387C67
(56,124,103)
#306B59
(48,107,89)
#285A4B
(40,90,75)
#20493D
(32,73,61)
#18382F
(24,56,47)
#102721
(16,39,33)
#081613
(8,22,19)
#000000
(0,0,0)

Tints of #58C09F

#58C09F
(88,192,159)
#67C5A7
(103,197,167)
#76CAAF
(118,202,175)
#85CFB7
(133,207,183)
#94D4BF
(148,212,191)
#A3D9C7
(163,217,199)
#B2DECF
(178,222,207)
#C1E3D7
(193,227,215)
#D0E8DF
(208,232,223)
#DFEDE7
(223,237,231)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C09F color. Also use rgb(88,192,159) instead hex code.

Text Font Color

.myTextColor { color: #58C09F; }

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

This text font color is #58C09F.


Background Color

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

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

This div background color is #58C09F.


Border color

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

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

This div border color is #58C09F.


Opacity

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

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

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

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

This text has shadow with #58C09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C09F on black background.


Color preview on white background

This text has color #58C09F on white background.



Black color preview on #58C09F background

This text has black color on #58C09F background.


White color preview on #58C09F background

This text has white color on #58C09F background.