COLOR #58D2BB

HEX: #58D2BB
RGB: (88,210,187)

Color info

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

RGB color model

#58D2BB color RGB value is (88,210,187).

  • red value is 88;
  • green value is 210;
  • blue value is 187.
RGB:
(88,210,187)
(35%,82%,73%)

RGB channels and saturation

R 88 of 255 = 35%
G 210 of 255 = 82%
B 187 of 255 = 73%

88
210
187

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

Portions of RGB colors in percentages

R + G + B =
88 + 210 + 187 = 485 (100%)
R 88 of 485 ~ 18.14%
G 210 of 485 ~ 43.3%
B 187 of 485 ~ 38.56%

%18.14
%43.3
%38.56

CMYK color model

#58D2BB color CMYK value is (58,0,11,18).

  • cyan value is 58.10%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(58,0,11,18)
C58M0Y11K18 
(58%,0%,11%,18%)
(0.58/0.00/0.11/0.18)	

CMYK percentages

%58.1
%0
%10.95
%17.65

Codes

Color #58D2BB in popluar color models

58D2BB
RGB88210187
HSL169°57.55%58.43%
HSB/HSV169°58.10%82.35%
CMYK58.10%0.00%10.95%
17.65%

Color #58D2BB in popluar number systems.

HEX58D2BB
Decimal88210187
Binary10110001101001010111011
Octal130322273

Shades and tints

Shades of #58D2BB

#58D2BB
(88,210,187)
#50BFAA
(80,191,170)
#48AC99
(72,172,153)
#409988
(64,153,136)
#388677
(56,134,119)
#307366
(48,115,102)
#286055
(40,96,85)
#204D44
(32,77,68)
#183A33
(24,58,51)
#102722
(16,39,34)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #58D2BB

#58D2BB
(88,210,187)
#67D6C1
(103,214,193)
#76DAC7
(118,218,199)
#85DECD
(133,222,205)
#94E2D3
(148,226,211)
#A3E6D9
(163,230,217)
#B2EADF
(178,234,223)
#C1EEE5
(193,238,229)
#D0F2EB
(208,242,235)
#DFF6F1
(223,246,241)
#EEFAF7
(238,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58D2BB color. Also use rgb(88,210,187) instead hex code.

Text Font Color

.myTextColor { color: #58D2BB; }

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

This text font color is #58D2BB.


Background Color

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

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

This div background color is #58D2BB.


Border color

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

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

This div border color is #58D2BB.


Opacity

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

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

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

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

This text has shadow with #58D2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58D2BB on black background.


Color preview on white background

This text has color #58D2BB on white background.



Black color preview on #58D2BB background

This text has black color on #58D2BB background.


White color preview on #58D2BB background

This text has white color on #58D2BB background.