COLOR #58C6BD

HEX: #58C6BD
RGB: (88,198,189)

Color info

#58C6BD contains mainly green and blue colors. Web safe color of #58C6BD is #66CCCC (or #6CC).

RGB color model

#58C6BD color RGB value is (88,198,189).

  • red value is 88;
  • green value is 198;
  • blue value is 189.
RGB:
(88,198,189)
(35%,78%,74%)

RGB channels and saturation

R 88 of 255 = 35%
G 198 of 255 = 78%
B 189 of 255 = 74%

88
198
189

R + G + B ~ 62%. #58C6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 198 + 189 = 475 (100%)
R 88 of 475 ~ 18.53%
G 198 of 475 ~ 41.68%
B 189 of 475 ~ 39.79%

%18.53
%41.68
%39.79

CMYK color model

#58C6BD color CMYK value is (56,0,5,22).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(56,0,5,22)
C56M0Y5K22 
(56%,0%,5%,22%)
(0.56/0.00/0.05/0.22)	

CMYK percentages

%55.56
%0
%4.55
%22.35

Codes

Color #58C6BD in popluar color models

58C6BD
RGB88198189
HSL175°49.11%56.08%
HSB/HSV175°55.56%77.65%
CMYK55.56%0.00%4.55%
22.35%

Color #58C6BD in popluar number systems.

HEX58C6BD
Decimal88198189
Binary10110001100011010111101
Octal130306275

Shades and tints

Shades of #58C6BD

#58C6BD
(88,198,189)
#50B4AC
(80,180,172)
#48A29B
(72,162,155)
#40908A
(64,144,138)
#387E79
(56,126,121)
#306C68
(48,108,104)
#285A57
(40,90,87)
#204846
(32,72,70)
#183635
(24,54,53)
#102424
(16,36,36)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #58C6BD

#58C6BD
(88,198,189)
#67CBC3
(103,203,195)
#76D0C9
(118,208,201)
#85D5CF
(133,213,207)
#94DAD5
(148,218,213)
#A3DFDB
(163,223,219)
#B2E4E1
(178,228,225)
#C1E9E7
(193,233,231)
#D0EEED
(208,238,237)
#DFF3F3
(223,243,243)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C6BD color. Also use rgb(88,198,189) instead hex code.

Text Font Color

.myTextColor { color: #58C6BD; }

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

This text font color is #58C6BD.


Background Color

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

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

This div background color is #58C6BD.


Border color

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

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

This div border color is #58C6BD.


Opacity

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

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

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

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

This text has shadow with #58C6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C6BD on black background.


Color preview on white background

This text has color #58C6BD on white background.



Black color preview on #58C6BD background

This text has black color on #58C6BD background.


White color preview on #58C6BD background

This text has white color on #58C6BD background.