COLOR #58A89B

HEX: #58A89B
RGB: (88,168,155)

Color info

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

RGB color model

#58A89B color RGB value is (88,168,155).

  • red value is 88;
  • green value is 168;
  • blue value is 155.
RGB:
(88,168,155)
(35%,66%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 168 of 255 = 66%
B 155 of 255 = 61%

88
168
155

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

Portions of RGB colors in percentages

R + G + B =
88 + 168 + 155 = 411 (100%)
R 88 of 411 ~ 21.41%
G 168 of 411 ~ 40.88%
B 155 of 411 ~ 37.71%

%21.41
%40.88
%37.71

CMYK color model

#58A89B color CMYK value is (48,0,8,34).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(48,0,8,34)
C48M0Y8K34 
(48%,0%,8%,34%)
(0.48/0.00/0.08/0.34)	

CMYK percentages

%47.62
%0
%7.74
%34.12

Codes

Color #58A89B in popluar color models

58A89B
RGB88168155
HSL170°31.50%50.20%
HSB/HSV170°47.62%65.88%
CMYK47.62%0.00%7.74%
34.12%

Color #58A89B in popluar number systems.

HEX58A89B
Decimal88168155
Binary10110001010100010011011
Octal130250233

Shades and tints

Shades of #58A89B

#58A89B
(88,168,155)
#50998D
(80,153,141)
#488A7F
(72,138,127)
#407B71
(64,123,113)
#386C63
(56,108,99)
#305D55
(48,93,85)
#284E47
(40,78,71)
#203F39
(32,63,57)
#18302B
(24,48,43)
#10211D
(16,33,29)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #58A89B

#58A89B
(88,168,155)
#67AFA4
(103,175,164)
#76B6AD
(118,182,173)
#85BDB6
(133,189,182)
#94C4BF
(148,196,191)
#A3CBC8
(163,203,200)
#B2D2D1
(178,210,209)
#C1D9DA
(193,217,218)
#D0E0E3
(208,224,227)
#DFE7EC
(223,231,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A89B color. Also use rgb(88,168,155) instead hex code.

Text Font Color

.myTextColor { color: #58A89B; }

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

This text font color is #58A89B.


Background Color

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

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

This div background color is #58A89B.


Border color

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

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

This div border color is #58A89B.


Opacity

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

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

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

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

This text has shadow with #58A89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A89B on black background.


Color preview on white background

This text has color #58A89B on white background.



Black color preview on #58A89B background

This text has black color on #58A89B background.


White color preview on #58A89B background

This text has white color on #58A89B background.