COLOR #58C9BD

HEX: #58C9BD
RGB: (88,201,189)

Color info

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

RGB color model

#58C9BD color RGB value is (88,201,189).

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

RGB channels and saturation

R 88 of 255 = 35%
G 201 of 255 = 79%
B 189 of 255 = 74%

88
201
189

R + G + B ~ 63%. #58C9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 201 + 189 = 478 (100%)
R 88 of 478 ~ 18.41%
G 201 of 478 ~ 42.05%
B 189 of 478 ~ 39.54%

%18.41
%42.05
%39.54

CMYK color model

#58C9BD color CMYK value is (56,0,6,21).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(56,0,6,21)
C56M0Y6K21 
(56%,0%,6%,21%)
(0.56/0.00/0.06/0.21)	

CMYK percentages

%56.22
%0
%5.97
%21.18

Codes

Color #58C9BD in popluar color models

58C9BD
RGB88201189
HSL174°51.13%56.67%
HSB/HSV174°56.22%78.82%
CMYK56.22%0.00%5.97%
21.18%

Color #58C9BD in popluar number systems.

HEX58C9BD
Decimal88201189
Binary10110001100100110111101
Octal130311275

Shades and tints

Shades of #58C9BD

#58C9BD
(88,201,189)
#50B7AC
(80,183,172)
#48A59B
(72,165,155)
#40938A
(64,147,138)
#388179
(56,129,121)
#306F68
(48,111,104)
#285D57
(40,93,87)
#204B46
(32,75,70)
#183935
(24,57,53)
#102724
(16,39,36)
#081513
(8,21,19)
#000000
(0,0,0)

Tints of #58C9BD

#58C9BD
(88,201,189)
#67CDC3
(103,205,195)
#76D1C9
(118,209,201)
#85D5CF
(133,213,207)
#94D9D5
(148,217,213)
#A3DDDB
(163,221,219)
#B2E1E1
(178,225,225)
#C1E5E7
(193,229,231)
#D0E9ED
(208,233,237)
#DFEDF3
(223,237,243)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58C9BD; }

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

This text font color is #58C9BD.


Background Color

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

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

This div background color is #58C9BD.


Border color

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

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

This div border color is #58C9BD.


Opacity

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

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

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

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

This text has shadow with #58C9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C9BD on black background.


Color preview on white background

This text has color #58C9BD on white background.



Black color preview on #58C9BD background

This text has black color on #58C9BD background.


White color preview on #58C9BD background

This text has white color on #58C9BD background.