COLOR #58B491

HEX: #58B491
RGB: (88,180,145)

Color info

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

RGB color model

#58B491 color RGB value is (88,180,145).

  • red value is 88;
  • green value is 180;
  • blue value is 145.
RGB:
(88,180,145)
(35%,71%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 180 of 255 = 71%
B 145 of 255 = 57%

88
180
145

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

Portions of RGB colors in percentages

R + G + B =
88 + 180 + 145 = 413 (100%)
R 88 of 413 ~ 21.31%
G 180 of 413 ~ 43.58%
B 145 of 413 ~ 35.11%

%21.31
%43.58
%35.11

CMYK color model

#58B491 color CMYK value is (51,0,19,29).

  • cyan value is 51.11%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(51,0,19,29)
C51M0Y19K29 
(51%,0%,19%,29%)
(0.51/0.00/0.19/0.29)	

CMYK percentages

%51.11
%0
%19.44
%29.41

Codes

Color #58B491 in popluar color models

58B491
RGB88180145
HSL157°38.02%52.55%
HSB/HSV157°51.11%70.59%
CMYK51.11%0.00%19.44%
29.41%

Color #58B491 in popluar number systems.

HEX58B491
Decimal88180145
Binary10110001011010010010001
Octal130264221

Shades and tints

Shades of #58B491

#58B491
(88,180,145)
#50A484
(80,164,132)
#489477
(72,148,119)
#40846A
(64,132,106)
#38745D
(56,116,93)
#306450
(48,100,80)
#285443
(40,84,67)
#204436
(32,68,54)
#183429
(24,52,41)
#10241C
(16,36,28)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #58B491

#58B491
(88,180,145)
#67BA9B
(103,186,155)
#76C0A5
(118,192,165)
#85C6AF
(133,198,175)
#94CCB9
(148,204,185)
#A3D2C3
(163,210,195)
#B2D8CD
(178,216,205)
#C1DED7
(193,222,215)
#D0E4E1
(208,228,225)
#DFEAEB
(223,234,235)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B491 color. Also use rgb(88,180,145) instead hex code.

Text Font Color

.myTextColor { color: #58B491; }

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

This text font color is #58B491.


Background Color

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

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

This div background color is #58B491.


Border color

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

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

This div border color is #58B491.


Opacity

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

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

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

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

This text has shadow with #58B491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B491 on black background.


Color preview on white background

This text has color #58B491 on white background.



Black color preview on #58B491 background

This text has black color on #58B491 background.


White color preview on #58B491 background

This text has white color on #58B491 background.