COLOR #58F1C0

HEX: #58F1C0
RGB: (88,241,192)

Color info

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

RGB color model

#58F1C0 color RGB value is (88,241,192).

  • red value is 88;
  • green value is 241;
  • blue value is 192.
RGB:
(88,241,192)
(35%,95%,75%)

RGB channels and saturation

R 88 of 255 = 35%
G 241 of 255 = 95%
B 192 of 255 = 75%

88
241
192

R + G + B ~ 68%. #58F1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 241 + 192 = 521 (100%)
R 88 of 521 ~ 16.89%
G 241 of 521 ~ 46.26%
B 192 of 521 ~ 36.85%

%16.89
%46.26
%36.85

CMYK color model

#58F1C0 color CMYK value is (63,0,20,5).

  • cyan value is 63.49%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 5.49%
CMYK:
(63,0,20,5)
C63M0Y20K5 
(63%,0%,20%,5%)
(0.63/0.00/0.20/0.05)	

CMYK percentages

%63.49
%0
%20.33
%5.49

Codes

Color #58F1C0 in popluar color models

58F1C0
RGB88241192
HSL161°84.53%64.51%
HSB/HSV161°63.49%94.51%
CMYK63.49%0.00%20.33%
5.49%

Color #58F1C0 in popluar number systems.

HEX58F1C0
Decimal88241192
Binary10110001111000111000000
Octal130361300

Shades and tints

Shades of #58F1C0

#58F1C0
(88,241,192)
#50DCAF
(80,220,175)
#48C79E
(72,199,158)
#40B28D
(64,178,141)
#389D7C
(56,157,124)
#30886B
(48,136,107)
#28735A
(40,115,90)
#205E49
(32,94,73)
#184938
(24,73,56)
#103427
(16,52,39)
#081F16
(8,31,22)
#000000
(0,0,0)

Tints of #58F1C0

#58F1C0
(88,241,192)
#67F2C5
(103,242,197)
#76F3CA
(118,243,202)
#85F4CF
(133,244,207)
#94F5D4
(148,245,212)
#A3F6D9
(163,246,217)
#B2F7DE
(178,247,222)
#C1F8E3
(193,248,227)
#D0F9E8
(208,249,232)
#DFFAED
(223,250,237)
#EEFBF2
(238,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58F1C0 color. Also use rgb(88,241,192) instead hex code.

Text Font Color

.myTextColor { color: #58F1C0; }

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

This text font color is #58F1C0.


Background Color

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

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

This div background color is #58F1C0.


Border color

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

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

This div border color is #58F1C0.


Opacity

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

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

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

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

This text has shadow with #58F1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58F1C0 on black background.


Color preview on white background

This text has color #58F1C0 on white background.



Black color preview on #58F1C0 background

This text has black color on #58F1C0 background.


White color preview on #58F1C0 background

This text has white color on #58F1C0 background.