COLOR #58CFB3

HEX: #58CFB3
RGB: (88,207,179)

Color info

#58CFB3 contains mainly green and blue colors. Web safe color of #58CFB3 is #66CC99 (or #6C9).

RGB color model

#58CFB3 color RGB value is (88,207,179).

  • red value is 88;
  • green value is 207;
  • blue value is 179.
RGB:
(88,207,179)
(35%,81%,70%)

RGB channels and saturation

R 88 of 255 = 35%
G 207 of 255 = 81%
B 179 of 255 = 70%

88
207
179

R + G + B ~ 62%. #58CFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 207 + 179 = 474 (100%)
R 88 of 474 ~ 18.57%
G 207 of 474 ~ 43.67%
B 179 of 474 ~ 37.76%

%18.57
%43.67
%37.76

CMYK color model

#58CFB3 color CMYK value is (57,0,14,19).

  • cyan value is 57.49%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 18.82%
CMYK:
(57,0,14,19)
C57M0Y14K19 
(57%,0%,14%,19%)
(0.57/0.00/0.14/0.19)	

CMYK percentages

%57.49
%0
%13.53
%18.82

Codes

Color #58CFB3 in popluar color models

58CFB3
RGB88207179
HSL166°55.35%57.84%
HSB/HSV166°57.49%81.18%
CMYK57.49%0.00%13.53%
18.82%

Color #58CFB3 in popluar number systems.

HEX58CFB3
Decimal88207179
Binary10110001100111110110011
Octal130317263

Shades and tints

Shades of #58CFB3

#58CFB3
(88,207,179)
#50BDA3
(80,189,163)
#48AB93
(72,171,147)
#409983
(64,153,131)
#388773
(56,135,115)
#307563
(48,117,99)
#286353
(40,99,83)
#205143
(32,81,67)
#183F33
(24,63,51)
#102D23
(16,45,35)
#081B13
(8,27,19)
#000000
(0,0,0)

Tints of #58CFB3

#58CFB3
(88,207,179)
#67D3B9
(103,211,185)
#76D7BF
(118,215,191)
#85DBC5
(133,219,197)
#94DFCB
(148,223,203)
#A3E3D1
(163,227,209)
#B2E7D7
(178,231,215)
#C1EBDD
(193,235,221)
#D0EFE3
(208,239,227)
#DFF3E9
(223,243,233)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58CFB3 color. Also use rgb(88,207,179) instead hex code.

Text Font Color

.myTextColor { color: #58CFB3; }

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

This text font color is #58CFB3.


Background Color

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

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

This div background color is #58CFB3.


Border color

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

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

This div border color is #58CFB3.


Opacity

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

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

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

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

This text has shadow with #58CFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58CFB3 on black background.


Color preview on white background

This text has color #58CFB3 on white background.



Black color preview on #58CFB3 background

This text has black color on #58CFB3 background.


White color preview on #58CFB3 background

This text has white color on #58CFB3 background.