COLOR #58B492

HEX: #58B492
RGB: (88,180,146)

Color info

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

RGB color model

#58B492 color RGB value is (88,180,146).

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

RGB channels and saturation

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

88
180
146

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

Portions of RGB colors in percentages

R + G + B =
88 + 180 + 146 = 414 (100%)
R 88 of 414 ~ 21.26%
G 180 of 414 ~ 43.48%
B 146 of 414 ~ 35.27%

%21.26
%43.48
%35.27

CMYK color model

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

  • cyan value is 51.11%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • 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
%18.89
%29.41

Codes

Color #58B492 in popluar color models

58B492
RGB88180146
HSL158°38.02%52.55%
HSB/HSV158°51.11%70.59%
CMYK51.11%0.00%18.89%
29.41%

Color #58B492 in popluar number systems.

HEX58B492
Decimal88180146
Binary10110001011010010010010
Octal130264222

Shades and tints

Shades of #58B492

#58B492
(88,180,146)
#50A485
(80,164,133)
#489478
(72,148,120)
#40846B
(64,132,107)
#38745E
(56,116,94)
#306451
(48,100,81)
#285444
(40,84,68)
#204437
(32,68,55)
#18342A
(24,52,42)
#10241D
(16,36,29)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #58B492

#58B492
(88,180,146)
#67BA9B
(103,186,155)
#76C0A4
(118,192,164)
#85C6AD
(133,198,173)
#94CCB6
(148,204,182)
#A3D2BF
(163,210,191)
#B2D8C8
(178,216,200)
#C1DED1
(193,222,209)
#D0E4DA
(208,228,218)
#DFEAE3
(223,234,227)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58B492; }

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

This text font color is #58B492.


Background Color

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

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

This div background color is #58B492.


Border color

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

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

This div border color is #58B492.


Opacity

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

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

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

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

This text has shadow with #58B492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B492 on black background.


Color preview on white background

This text has color #58B492 on white background.



Black color preview on #58B492 background

This text has black color on #58B492 background.


White color preview on #58B492 background

This text has white color on #58B492 background.