COLOR #58C4B8

HEX: #58C4B8
RGB: (88,196,184)

Color info

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

RGB color model

#58C4B8 color RGB value is (88,196,184).

  • red value is 88;
  • green value is 196;
  • blue value is 184.
RGB:
(88,196,184)
(35%,77%,72%)

RGB channels and saturation

R 88 of 255 = 35%
G 196 of 255 = 77%
B 184 of 255 = 72%

88
196
184

R + G + B ~ 61%. #58C4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 196 + 184 = 468 (100%)
R 88 of 468 ~ 18.8%
G 196 of 468 ~ 41.88%
B 184 of 468 ~ 39.32%

%18.8
%41.88
%39.32

CMYK color model

#58C4B8 color CMYK value is (55,0,6,23).

  • cyan value is 55.10%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(55,0,6,23)
C55M0Y6K23 
(55%,0%,6%,23%)
(0.55/0.00/0.06/0.23)	

CMYK percentages

%55.1
%0
%6.12
%23.14

Codes

Color #58C4B8 in popluar color models

58C4B8
RGB88196184
HSL173°47.79%55.69%
HSB/HSV173°55.10%76.86%
CMYK55.10%0.00%6.12%
23.14%

Color #58C4B8 in popluar number systems.

HEX58C4B8
Decimal88196184
Binary10110001100010010111000
Octal130304270

Shades and tints

Shades of #58C4B8

#58C4B8
(88,196,184)
#50B3A8
(80,179,168)
#48A298
(72,162,152)
#409188
(64,145,136)
#388078
(56,128,120)
#306F68
(48,111,104)
#285E58
(40,94,88)
#204D48
(32,77,72)
#183C38
(24,60,56)
#102B28
(16,43,40)
#081A18
(8,26,24)
#000000
(0,0,0)

Tints of #58C4B8

#58C4B8
(88,196,184)
#67C9BE
(103,201,190)
#76CEC4
(118,206,196)
#85D3CA
(133,211,202)
#94D8D0
(148,216,208)
#A3DDD6
(163,221,214)
#B2E2DC
(178,226,220)
#C1E7E2
(193,231,226)
#D0ECE8
(208,236,232)
#DFF1EE
(223,241,238)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C4B8 color. Also use rgb(88,196,184) instead hex code.

Text Font Color

.myTextColor { color: #58C4B8; }

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

This text font color is #58C4B8.


Background Color

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

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

This div background color is #58C4B8.


Border color

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

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

This div border color is #58C4B8.


Opacity

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

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

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

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

This text has shadow with #58C4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C4B8 on black background.


Color preview on white background

This text has color #58C4B8 on white background.



Black color preview on #58C4B8 background

This text has black color on #58C4B8 background.


White color preview on #58C4B8 background

This text has white color on #58C4B8 background.