COLOR #58CBA4

HEX: #58CBA4
RGB: (88,203,164)

Color info

#58CBA4 contains mainly green and blue colors. Web safe color of #58CBA4 is #66CC99 (or #6C9).

RGB color model

#58CBA4 color RGB value is (88,203,164).

  • red value is 88;
  • green value is 203;
  • blue value is 164.
RGB:
(88,203,164)
(35%,80%,64%)

RGB channels and saturation

R 88 of 255 = 35%
G 203 of 255 = 80%
B 164 of 255 = 64%

88
203
164

R + G + B ~ 60%. #58CBA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 203 + 164 = 455 (100%)
R 88 of 455 ~ 19.34%
G 203 of 455 ~ 44.62%
B 164 of 455 ~ 36.04%

%19.34
%44.62
%36.04

CMYK color model

#58CBA4 color CMYK value is (57,0,19,20).

  • cyan value is 56.65%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 20.39%
CMYK:
(57,0,19,20)
C57M0Y19K20 
(57%,0%,19%,20%)
(0.57/0.00/0.19/0.20)	

CMYK percentages

%56.65
%0
%19.21
%20.39

Codes

Color #58CBA4 in popluar color models

58CBA4
RGB88203164
HSL160°52.51%57.06%
HSB/HSV160°56.65%79.61%
CMYK56.65%0.00%19.21%
20.39%

Color #58CBA4 in popluar number systems.

HEX58CBA4
Decimal88203164
Binary10110001100101110100100
Octal130313244

Shades and tints

Shades of #58CBA4

#58CBA4
(88,203,164)
#50B996
(80,185,150)
#48A788
(72,167,136)
#40957A
(64,149,122)
#38836C
(56,131,108)
#30715E
(48,113,94)
#285F50
(40,95,80)
#204D42
(32,77,66)
#183B34
(24,59,52)
#102926
(16,41,38)
#081718
(8,23,24)
#000000
(0,0,0)

Tints of #58CBA4

#58CBA4
(88,203,164)
#67CFAC
(103,207,172)
#76D3B4
(118,211,180)
#85D7BC
(133,215,188)
#94DBC4
(148,219,196)
#A3DFCC
(163,223,204)
#B2E3D4
(178,227,212)
#C1E7DC
(193,231,220)
#D0EBE4
(208,235,228)
#DFEFEC
(223,239,236)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58CBA4 color. Also use rgb(88,203,164) instead hex code.

Text Font Color

.myTextColor { color: #58CBA4; }

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

This text font color is #58CBA4.


Background Color

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

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

This div background color is #58CBA4.


Border color

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

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

This div border color is #58CBA4.


Opacity

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

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

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

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

This text has shadow with #58CBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58CBA4 on black background.


Color preview on white background

This text has color #58CBA4 on white background.



Black color preview on #58CBA4 background

This text has black color on #58CBA4 background.


White color preview on #58CBA4 background

This text has white color on #58CBA4 background.