COLOR #58A8BA

HEX: #58A8BA
RGB: (88,168,186)

Color info

#58A8BA contains mainly green and blue colors. Web safe color of #58A8BA is #6699CC (or #69C).

RGB color model

#58A8BA color RGB value is (88,168,186).

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

RGB channels and saturation

R 88 of 255 = 35%
G 168 of 255 = 66%
B 186 of 255 = 73%

88
168
186

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

Portions of RGB colors in percentages

R + G + B =
88 + 168 + 186 = 442 (100%)
R 88 of 442 ~ 19.91%
G 168 of 442 ~ 38.01%
B 186 of 442 ~ 42.08%

%19.91
%38.01
%42.08

CMYK color model

#58A8BA color CMYK value is (53,10,0,27).

  • cyan value is 52.69%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(53,10,0,27)
C53M10Y0K27 
(53%,10%,0%,27%)
(0.53/0.10/0.00/0.27)	

CMYK percentages

%52.69
%9.68
%0
%27.06

Codes

Color #58A8BA in popluar color models

58A8BA
RGB88168186
HSL191°41.53%53.73%
HSB/HSV191°52.69%72.94%
CMYK52.69%9.68%0.00%
27.06%

Color #58A8BA in popluar number systems.

HEX58A8BA
Decimal88168186
Binary10110001010100010111010
Octal130250272

Shades and tints

Shades of #58A8BA

#58A8BA
(88,168,186)
#5099AA
(80,153,170)
#488A9A
(72,138,154)
#407B8A
(64,123,138)
#386C7A
(56,108,122)
#305D6A
(48,93,106)
#284E5A
(40,78,90)
#203F4A
(32,63,74)
#18303A
(24,48,58)
#10212A
(16,33,42)
#08121A
(8,18,26)
#000000
(0,0,0)

Tints of #58A8BA

#58A8BA
(88,168,186)
#67AFC0
(103,175,192)
#76B6C6
(118,182,198)
#85BDCC
(133,189,204)
#94C4D2
(148,196,210)
#A3CBD8
(163,203,216)
#B2D2DE
(178,210,222)
#C1D9E4
(193,217,228)
#D0E0EA
(208,224,234)
#DFE7F0
(223,231,240)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A8BA; }

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

This text font color is #58A8BA.


Background Color

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

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

This div background color is #58A8BA.


Border color

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

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

This div border color is #58A8BA.


Opacity

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

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

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

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

This text has shadow with #58A8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A8BA on black background.


Color preview on white background

This text has color #58A8BA on white background.



Black color preview on #58A8BA background

This text has black color on #58A8BA background.


White color preview on #58A8BA background

This text has white color on #58A8BA background.