COLOR #58B999

HEX: #58B999
RGB: (88,185,153)

Color info

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

RGB color model

#58B999 color RGB value is (88,185,153).

  • red value is 88;
  • green value is 185;
  • blue value is 153.
RGB:
(88,185,153)
(35%,73%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 185 of 255 = 73%
B 153 of 255 = 60%

88
185
153

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

Portions of RGB colors in percentages

R + G + B =
88 + 185 + 153 = 426 (100%)
R 88 of 426 ~ 20.66%
G 185 of 426 ~ 43.43%
B 153 of 426 ~ 35.92%

%20.66
%43.43
%35.92

CMYK color model

#58B999 color CMYK value is (52,0,17,27).

  • cyan value is 52.43%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK:
(52,0,17,27)
C52M0Y17K27 
(52%,0%,17%,27%)
(0.52/0.00/0.17/0.27)	

CMYK percentages

%52.43
%0
%17.3
%27.45

Codes

Color #58B999 in popluar color models

58B999
RGB88185153
HSL160°40.93%53.53%
HSB/HSV160°52.43%72.55%
CMYK52.43%0.00%17.30%
27.45%

Color #58B999 in popluar number systems.

HEX58B999
Decimal88185153
Binary10110001011100110011001
Octal130271231

Shades and tints

Shades of #58B999

#58B999
(88,185,153)
#50A98C
(80,169,140)
#48997F
(72,153,127)
#408972
(64,137,114)
#387965
(56,121,101)
#306958
(48,105,88)
#28594B
(40,89,75)
#20493E
(32,73,62)
#183931
(24,57,49)
#102924
(16,41,36)
#081917
(8,25,23)
#000000
(0,0,0)

Tints of #58B999

#58B999
(88,185,153)
#67BFA2
(103,191,162)
#76C5AB
(118,197,171)
#85CBB4
(133,203,180)
#94D1BD
(148,209,189)
#A3D7C6
(163,215,198)
#B2DDCF
(178,221,207)
#C1E3D8
(193,227,216)
#D0E9E1
(208,233,225)
#DFEFEA
(223,239,234)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B999 color. Also use rgb(88,185,153) instead hex code.

Text Font Color

.myTextColor { color: #58B999; }

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

This text font color is #58B999.


Background Color

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

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

This div background color is #58B999.


Border color

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

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

This div border color is #58B999.


Opacity

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

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

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

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

This text has shadow with #58B999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B999 on black background.


Color preview on white background

This text has color #58B999 on white background.



Black color preview on #58B999 background

This text has black color on #58B999 background.


White color preview on #58B999 background

This text has white color on #58B999 background.