COLOR #58D5D0

HEX: #58D5D0
RGB: (88,213,208)

Color info

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

RGB color model

#58D5D0 color RGB value is (88,213,208).

  • red value is 88;
  • green value is 213;
  • blue value is 208.
RGB:
(88,213,208)
(35%,84%,82%)

RGB channels and saturation

R 88 of 255 = 35%
G 213 of 255 = 84%
B 208 of 255 = 82%

88
213
208

R + G + B ~ 67%. #58D5D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 213 + 208 = 509 (100%)
R 88 of 509 ~ 17.29%
G 213 of 509 ~ 41.85%
B 208 of 509 ~ 40.86%

%17.29
%41.85
%40.86

CMYK color model

#58D5D0 color CMYK value is (59,0,2,16).

  • cyan value is 58.69%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 16.47%
CMYK:
(59,0,2,16)
C59M0Y2K16 
(59%,0%,2%,16%)
(0.59/0.00/0.02/0.16)	

CMYK percentages

%58.69
%0
%2.35
%16.47

Codes

Color #58D5D0 in popluar color models

58D5D0
RGB88213208
HSL178°59.81%59.02%
HSB/HSV178°58.69%83.53%
CMYK58.69%0.00%2.35%
16.47%

Color #58D5D0 in popluar number systems.

HEX58D5D0
Decimal88213208
Binary10110001101010111010000
Octal130325320

Shades and tints

Shades of #58D5D0

#58D5D0
(88,213,208)
#50C2BE
(80,194,190)
#48AFAC
(72,175,172)
#409C9A
(64,156,154)
#388988
(56,137,136)
#307676
(48,118,118)
#286364
(40,99,100)
#205052
(32,80,82)
#183D40
(24,61,64)
#102A2E
(16,42,46)
#08171C
(8,23,28)
#000000
(0,0,0)

Tints of #58D5D0

#58D5D0
(88,213,208)
#67D8D4
(103,216,212)
#76DBD8
(118,219,216)
#85DEDC
(133,222,220)
#94E1E0
(148,225,224)
#A3E4E4
(163,228,228)
#B2E7E8
(178,231,232)
#C1EAEC
(193,234,236)
#D0EDF0
(208,237,240)
#DFF0F4
(223,240,244)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58D5D0 color. Also use rgb(88,213,208) instead hex code.

Text Font Color

.myTextColor { color: #58D5D0; }

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

This text font color is #58D5D0.


Background Color

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

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

This div background color is #58D5D0.


Border color

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

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

This div border color is #58D5D0.


Opacity

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

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

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

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

This text has shadow with #58D5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58D5D0 on black background.


Color preview on white background

This text has color #58D5D0 on white background.



Black color preview on #58D5D0 background

This text has black color on #58D5D0 background.


White color preview on #58D5D0 background

This text has white color on #58D5D0 background.