COLOR #58EBD3

HEX: #58EBD3
RGB: (88,235,211)

Color info

#58EBD3 contains mainly green and blue colors. Web safe color of #58EBD3 is #66FFCC (or #6FC).

RGB color model

#58EBD3 color RGB value is (88,235,211).

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

RGB channels and saturation

R 88 of 255 = 35%
G 235 of 255 = 92%
B 211 of 255 = 83%

88
235
211

R + G + B ~ 70%. #58EBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 235 + 211 = 534 (100%)
R 88 of 534 ~ 16.48%
G 235 of 534 ~ 44.01%
B 211 of 534 ~ 39.51%

%16.48
%44.01
%39.51

CMYK color model

#58EBD3 color CMYK value is (63,0,10,8).

  • cyan value is 62.55%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(63,0,10,8)
C63M0Y10K8 
(63%,0%,10%,8%)
(0.63/0.00/0.10/0.08)	

CMYK percentages

%62.55
%0
%10.21
%7.84

Codes

Color #58EBD3 in popluar color models

58EBD3
RGB88235211
HSL170°78.61%63.33%
HSB/HSV170°62.55%92.16%
CMYK62.55%0.00%10.21%
7.84%

Color #58EBD3 in popluar number systems.

HEX58EBD3
Decimal88235211
Binary10110001110101111010011
Octal130353323

Shades and tints

Shades of #58EBD3

#58EBD3
(88,235,211)
#50D6C0
(80,214,192)
#48C1AD
(72,193,173)
#40AC9A
(64,172,154)
#389787
(56,151,135)
#308274
(48,130,116)
#286D61
(40,109,97)
#20584E
(32,88,78)
#18433B
(24,67,59)
#102E28
(16,46,40)
#081915
(8,25,21)
#000000
(0,0,0)

Tints of #58EBD3

#58EBD3
(88,235,211)
#67ECD7
(103,236,215)
#76EDDB
(118,237,219)
#85EEDF
(133,238,223)
#94EFE3
(148,239,227)
#A3F0E7
(163,240,231)
#B2F1EB
(178,241,235)
#C1F2EF
(193,242,239)
#D0F3F3
(208,243,243)
#DFF4F7
(223,244,247)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58EBD3; }

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

This text font color is #58EBD3.


Background Color

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

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

This div background color is #58EBD3.


Border color

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

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

This div border color is #58EBD3.


Opacity

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

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

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

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

This text has shadow with #58EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58EBD3 on black background.


Color preview on white background

This text has color #58EBD3 on white background.



Black color preview on #58EBD3 background

This text has black color on #58EBD3 background.


White color preview on #58EBD3 background

This text has white color on #58EBD3 background.