COLOR #58EACE

HEX: #58EACE
RGB: (88,234,206)

Color info

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

RGB color model

#58EACE color RGB value is (88,234,206).

  • red value is 88;
  • green value is 234;
  • blue value is 206.
RGB:
(88,234,206)
(35%,92%,81%)

RGB channels and saturation

R 88 of 255 = 35%
G 234 of 255 = 92%
B 206 of 255 = 81%

88
234
206

R + G + B ~ 69%. #58EACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 234 + 206 = 528 (100%)
R 88 of 528 ~ 16.67%
G 234 of 528 ~ 44.32%
B 206 of 528 ~ 39.02%

%16.67
%44.32
%39.02

CMYK color model

#58EACE color CMYK value is (62,0,12,8).

  • cyan value is 62.39%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 8.24%
CMYK:
(62,0,12,8)
C62M0Y12K8 
(62%,0%,12%,8%)
(0.62/0.00/0.12/0.08)	

CMYK percentages

%62.39
%0
%11.97
%8.24

Codes

Color #58EACE in popluar color models

58EACE
RGB88234206
HSL168°77.66%63.14%
HSB/HSV168°62.39%91.76%
CMYK62.39%0.00%11.97%
8.24%

Color #58EACE in popluar number systems.

HEX58EACE
Decimal88234206
Binary10110001110101011001110
Octal130352316

Shades and tints

Shades of #58EACE

#58EACE
(88,234,206)
#50D5BC
(80,213,188)
#48C0AA
(72,192,170)
#40AB98
(64,171,152)
#389686
(56,150,134)
#308174
(48,129,116)
#286C62
(40,108,98)
#205750
(32,87,80)
#18423E
(24,66,62)
#102D2C
(16,45,44)
#08181A
(8,24,26)
#000000
(0,0,0)

Tints of #58EACE

#58EACE
(88,234,206)
#67EBD2
(103,235,210)
#76ECD6
(118,236,214)
#85EDDA
(133,237,218)
#94EEDE
(148,238,222)
#A3EFE2
(163,239,226)
#B2F0E6
(178,240,230)
#C1F1EA
(193,241,234)
#D0F2EE
(208,242,238)
#DFF3F2
(223,243,242)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58EACE color. Also use rgb(88,234,206) instead hex code.

Text Font Color

.myTextColor { color: #58EACE; }

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

This text font color is #58EACE.


Background Color

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

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

This div background color is #58EACE.


Border color

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

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

This div border color is #58EACE.


Opacity

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

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

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

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

This text has shadow with #58EACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58EACE on black background.


Color preview on white background

This text has color #58EACE on white background.



Black color preview on #58EACE background

This text has black color on #58EACE background.


White color preview on #58EACE background

This text has white color on #58EACE background.