COLOR #58B199

HEX: #58B199
RGB: (88,177,153)

Color info

#58B199 contains mainly green and blue colors. Web safe color of #58B199 is #669999 (or #699).

RGB color model

#58B199 color RGB value is (88,177,153).

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

RGB channels and saturation

R 88 of 255 = 35%
G 177 of 255 = 69%
B 153 of 255 = 60%

88
177
153

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

Portions of RGB colors in percentages

R + G + B =
88 + 177 + 153 = 418 (100%)
R 88 of 418 ~ 21.05%
G 177 of 418 ~ 42.34%
B 153 of 418 ~ 36.6%

%21.05
%42.34
%36.6

CMYK color model

#58B199 color CMYK value is (50,0,14,31).

  • cyan value is 50.28%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(50,0,14,31)
C50M0Y14K31 
(50%,0%,14%,31%)
(0.50/0.00/0.14/0.31)	

CMYK percentages

%50.28
%0
%13.56
%30.59

Codes

Color #58B199 in popluar color models

58B199
RGB88177153
HSL164°36.33%51.96%
HSB/HSV164°50.28%69.41%
CMYK50.28%0.00%13.56%
30.59%

Color #58B199 in popluar number systems.

HEX58B199
Decimal88177153
Binary10110001011000110011001
Octal130261231

Shades and tints

Shades of #58B199

#58B199
(88,177,153)
#50A18C
(80,161,140)
#48917F
(72,145,127)
#408172
(64,129,114)
#387165
(56,113,101)
#306158
(48,97,88)
#28514B
(40,81,75)
#20413E
(32,65,62)
#183131
(24,49,49)
#102124
(16,33,36)
#081117
(8,17,23)
#000000
(0,0,0)

Tints of #58B199

#58B199
(88,177,153)
#67B8A2
(103,184,162)
#76BFAB
(118,191,171)
#85C6B4
(133,198,180)
#94CDBD
(148,205,189)
#A3D4C6
(163,212,198)
#B2DBCF
(178,219,207)
#C1E2D8
(193,226,216)
#D0E9E1
(208,233,225)
#DFF0EA
(223,240,234)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58B199; }

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

This text font color is #58B199.


Background Color

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

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

This div background color is #58B199.


Border color

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

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

This div border color is #58B199.


Opacity

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

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

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

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

This text has shadow with #58B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B199 on black background.


Color preview on white background

This text has color #58B199 on white background.



Black color preview on #58B199 background

This text has black color on #58B199 background.


White color preview on #58B199 background

This text has white color on #58B199 background.