COLOR #58DAC0

HEX: #58DAC0
RGB: (88,218,192)

Color info

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

RGB color model

#58DAC0 color RGB value is (88,218,192).

  • red value is 88;
  • green value is 218;
  • blue value is 192.
RGB:
(88,218,192)
(35%,85%,75%)

RGB channels and saturation

R 88 of 255 = 35%
G 218 of 255 = 85%
B 192 of 255 = 75%

88
218
192

R + G + B ~ 65%. #58DAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 218 + 192 = 498 (100%)
R 88 of 498 ~ 17.67%
G 218 of 498 ~ 43.78%
B 192 of 498 ~ 38.55%

%17.67
%43.78
%38.55

CMYK color model

#58DAC0 color CMYK value is (60,0,12,15).

  • cyan value is 59.63%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 14.51%
CMYK:
(60,0,12,15)
C60M0Y12K15 
(60%,0%,12%,15%)
(0.60/0.00/0.12/0.15)	

CMYK percentages

%59.63
%0
%11.93
%14.51

Codes

Color #58DAC0 in popluar color models

58DAC0
RGB88218192
HSL168°63.73%60.00%
HSB/HSV168°59.63%85.49%
CMYK59.63%0.00%11.93%
14.51%

Color #58DAC0 in popluar number systems.

HEX58DAC0
Decimal88218192
Binary10110001101101011000000
Octal130332300

Shades and tints

Shades of #58DAC0

#58DAC0
(88,218,192)
#50C7AF
(80,199,175)
#48B49E
(72,180,158)
#40A18D
(64,161,141)
#388E7C
(56,142,124)
#307B6B
(48,123,107)
#28685A
(40,104,90)
#205549
(32,85,73)
#184238
(24,66,56)
#102F27
(16,47,39)
#081C16
(8,28,22)
#000000
(0,0,0)

Tints of #58DAC0

#58DAC0
(88,218,192)
#67DDC5
(103,221,197)
#76E0CA
(118,224,202)
#85E3CF
(133,227,207)
#94E6D4
(148,230,212)
#A3E9D9
(163,233,217)
#B2ECDE
(178,236,222)
#C1EFE3
(193,239,227)
#D0F2E8
(208,242,232)
#DFF5ED
(223,245,237)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58DAC0 color. Also use rgb(88,218,192) instead hex code.

Text Font Color

.myTextColor { color: #58DAC0; }

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

This text font color is #58DAC0.


Background Color

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

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

This div background color is #58DAC0.


Border color

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

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

This div border color is #58DAC0.


Opacity

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

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

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

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

This text has shadow with #58DAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58DAC0 on black background.


Color preview on white background

This text has color #58DAC0 on white background.



Black color preview on #58DAC0 background

This text has black color on #58DAC0 background.


White color preview on #58DAC0 background

This text has white color on #58DAC0 background.