COLOR #58EBAF

HEX: #58EBAF
RGB: (88,235,175)

Color info

#58EBAF contains mainly green color. Web safe color of #58EBAF is #66FF99 (or #6F9).

RGB color model

#58EBAF color RGB value is (88,235,175).

  • red value is 88;
  • green value is 235;
  • blue value is 175.
RGB:
(88,235,175)
(35%,92%,69%)

RGB channels and saturation

R 88 of 255 = 35%
G 235 of 255 = 92%
B 175 of 255 = 69%

88
235
175

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

Portions of RGB colors in percentages

R + G + B =
88 + 235 + 175 = 498 (100%)
R 88 of 498 ~ 17.67%
G 235 of 498 ~ 47.19%
B 175 of 498 ~ 35.14%

%17.67
%47.19
%35.14

CMYK color model

#58EBAF color CMYK value is (63,0,26,8).

  • cyan value is 62.55%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 7.84%
CMYK:
(63,0,26,8)
C63M0Y26K8 
(63%,0%,26%,8%)
(0.63/0.00/0.26/0.08)	

CMYK percentages

%62.55
%0
%25.53
%7.84

Codes

Color #58EBAF in popluar color models

58EBAF
RGB88235175
HSL156°78.61%63.33%
HSB/HSV156°62.55%92.16%
CMYK62.55%0.00%25.53%
7.84%

Color #58EBAF in popluar number systems.

HEX58EBAF
Decimal88235175
Binary10110001110101110101111
Octal130353257

Shades and tints

Shades of #58EBAF

#58EBAF
(88,235,175)
#50D6A0
(80,214,160)
#48C191
(72,193,145)
#40AC82
(64,172,130)
#389773
(56,151,115)
#308264
(48,130,100)
#286D55
(40,109,85)
#205846
(32,88,70)
#184337
(24,67,55)
#102E28
(16,46,40)
#081919
(8,25,25)
#000000
(0,0,0)

Tints of #58EBAF

#58EBAF
(88,235,175)
#67ECB6
(103,236,182)
#76EDBD
(118,237,189)
#85EEC4
(133,238,196)
#94EFCB
(148,239,203)
#A3F0D2
(163,240,210)
#B2F1D9
(178,241,217)
#C1F2E0
(193,242,224)
#D0F3E7
(208,243,231)
#DFF4EE
(223,244,238)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58EBAF color. Also use rgb(88,235,175) instead hex code.

Text Font Color

.myTextColor { color: #58EBAF; }

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

This text font color is #58EBAF.


Background Color

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

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

This div background color is #58EBAF.


Border color

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

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

This div border color is #58EBAF.


Opacity

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

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

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

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

This text has shadow with #58EBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58EBAF on black background.


Color preview on white background

This text has color #58EBAF on white background.



Black color preview on #58EBAF background

This text has black color on #58EBAF background.


White color preview on #58EBAF background

This text has white color on #58EBAF background.