COLOR #58B895

HEX: #58B895
RGB: (88,184,149)

Color info

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

RGB color model

#58B895 color RGB value is (88,184,149).

  • red value is 88;
  • green value is 184;
  • blue value is 149.
RGB:
(88,184,149)
(35%,72%,58%)

RGB channels and saturation

R 88 of 255 = 35%
G 184 of 255 = 72%
B 149 of 255 = 58%

88
184
149

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

Portions of RGB colors in percentages

R + G + B =
88 + 184 + 149 = 421 (100%)
R 88 of 421 ~ 20.9%
G 184 of 421 ~ 43.71%
B 149 of 421 ~ 35.39%

%20.9
%43.71
%35.39

CMYK color model

#58B895 color CMYK value is (52,0,19,28).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 27.84%
CMYK:
(52,0,19,28)
C52M0Y19K28 
(52%,0%,19%,28%)
(0.52/0.00/0.19/0.28)	

CMYK percentages

%52.17
%0
%19.02
%27.84

Codes

Color #58B895 in popluar color models

58B895
RGB88184149
HSL158°40.34%53.33%
HSB/HSV158°52.17%72.16%
CMYK52.17%0.00%19.02%
27.84%

Color #58B895 in popluar number systems.

HEX58B895
Decimal88184149
Binary10110001011100010010101
Octal130270225

Shades and tints

Shades of #58B895

#58B895
(88,184,149)
#50A888
(80,168,136)
#48987B
(72,152,123)
#40886E
(64,136,110)
#387861
(56,120,97)
#306854
(48,104,84)
#285847
(40,88,71)
#20483A
(32,72,58)
#18382D
(24,56,45)
#102820
(16,40,32)
#081813
(8,24,19)
#000000
(0,0,0)

Tints of #58B895

#58B895
(88,184,149)
#67BE9E
(103,190,158)
#76C4A7
(118,196,167)
#85CAB0
(133,202,176)
#94D0B9
(148,208,185)
#A3D6C2
(163,214,194)
#B2DCCB
(178,220,203)
#C1E2D4
(193,226,212)
#D0E8DD
(208,232,221)
#DFEEE6
(223,238,230)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B895 color. Also use rgb(88,184,149) instead hex code.

Text Font Color

.myTextColor { color: #58B895; }

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

This text font color is #58B895.


Background Color

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

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

This div background color is #58B895.


Border color

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

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

This div border color is #58B895.


Opacity

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

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

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

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

This text has shadow with #58B895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B895 on black background.


Color preview on white background

This text has color #58B895 on white background.



Black color preview on #58B895 background

This text has black color on #58B895 background.


White color preview on #58B895 background

This text has white color on #58B895 background.