COLOR #58E0BA

HEX: #58E0BA
RGB: (88,224,186)

Color info

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

RGB color model

#58E0BA color RGB value is (88,224,186).

  • red value is 88;
  • green value is 224;
  • blue value is 186.
RGB:
(88,224,186)
(35%,88%,73%)

RGB channels and saturation

R 88 of 255 = 35%
G 224 of 255 = 88%
B 186 of 255 = 73%

88
224
186

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

Portions of RGB colors in percentages

R + G + B =
88 + 224 + 186 = 498 (100%)
R 88 of 498 ~ 17.67%
G 224 of 498 ~ 44.98%
B 186 of 498 ~ 37.35%

%17.67
%44.98
%37.35

CMYK color model

#58E0BA color CMYK value is (61,0,17,12).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 12.16%
CMYK:
(61,0,17,12)
C61M0Y17K12 
(61%,0%,17%,12%)
(0.61/0.00/0.17/0.12)	

CMYK percentages

%60.71
%0
%16.96
%12.16

Codes

Color #58E0BA in popluar color models

58E0BA
RGB88224186
HSL163°68.69%61.18%
HSB/HSV163°60.71%87.84%
CMYK60.71%0.00%16.96%
12.16%

Color #58E0BA in popluar number systems.

HEX58E0BA
Decimal88224186
Binary10110001110000010111010
Octal130340272

Shades and tints

Shades of #58E0BA

#58E0BA
(88,224,186)
#50CCAA
(80,204,170)
#48B89A
(72,184,154)
#40A48A
(64,164,138)
#38907A
(56,144,122)
#307C6A
(48,124,106)
#28685A
(40,104,90)
#20544A
(32,84,74)
#18403A
(24,64,58)
#102C2A
(16,44,42)
#08181A
(8,24,26)
#000000
(0,0,0)

Tints of #58E0BA

#58E0BA
(88,224,186)
#67E2C0
(103,226,192)
#76E4C6
(118,228,198)
#85E6CC
(133,230,204)
#94E8D2
(148,232,210)
#A3EAD8
(163,234,216)
#B2ECDE
(178,236,222)
#C1EEE4
(193,238,228)
#D0F0EA
(208,240,234)
#DFF2F0
(223,242,240)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58E0BA color. Also use rgb(88,224,186) instead hex code.

Text Font Color

.myTextColor { color: #58E0BA; }

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

This text font color is #58E0BA.


Background Color

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

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

This div background color is #58E0BA.


Border color

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

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

This div border color is #58E0BA.


Opacity

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

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

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

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

This text has shadow with #58E0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58E0BA on black background.


Color preview on white background

This text has color #58E0BA on white background.



Black color preview on #58E0BA background

This text has black color on #58E0BA background.


White color preview on #58E0BA background

This text has white color on #58E0BA background.