COLOR #58C396

HEX: #58C396
RGB: (88,195,150)

Color info

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

RGB color model

#58C396 color RGB value is (88,195,150).

  • red value is 88;
  • green value is 195;
  • blue value is 150.
RGB:
(88,195,150)
(35%,76%,59%)

RGB channels and saturation

R 88 of 255 = 35%
G 195 of 255 = 76%
B 150 of 255 = 59%

88
195
150

R + G + B ~ 57%. #58C396 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 195 + 150 = 433 (100%)
R 88 of 433 ~ 20.32%
G 195 of 433 ~ 45.03%
B 150 of 433 ~ 34.64%

%20.32
%45.03
%34.64

CMYK color model

#58C396 color CMYK value is (55,0,23,24).

  • cyan value is 54.87%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 23.53%
CMYK:
(55,0,23,24)
C55M0Y23K24 
(55%,0%,23%,24%)
(0.55/0.00/0.23/0.24)	

CMYK percentages

%54.87
%0
%23.08
%23.53

Codes

Color #58C396 in popluar color models

58C396
RGB88195150
HSL155°47.14%55.49%
HSB/HSV155°54.87%76.47%
CMYK54.87%0.00%23.08%
23.53%

Color #58C396 in popluar number systems.

HEX58C396
Decimal88195150
Binary10110001100001110010110
Octal130303226

Shades and tints

Shades of #58C396

#58C396
(88,195,150)
#50B289
(80,178,137)
#48A17C
(72,161,124)
#40906F
(64,144,111)
#387F62
(56,127,98)
#306E55
(48,110,85)
#285D48
(40,93,72)
#204C3B
(32,76,59)
#183B2E
(24,59,46)
#102A21
(16,42,33)
#081914
(8,25,20)
#000000
(0,0,0)

Tints of #58C396

#58C396
(88,195,150)
#67C89F
(103,200,159)
#76CDA8
(118,205,168)
#85D2B1
(133,210,177)
#94D7BA
(148,215,186)
#A3DCC3
(163,220,195)
#B2E1CC
(178,225,204)
#C1E6D5
(193,230,213)
#D0EBDE
(208,235,222)
#DFF0E7
(223,240,231)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C396 color. Also use rgb(88,195,150) instead hex code.

Text Font Color

.myTextColor { color: #58C396; }

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

This text font color is #58C396.


Background Color

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

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

This div background color is #58C396.


Border color

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

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

This div border color is #58C396.


Opacity

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

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

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

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

This text has shadow with #58C396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C396 on black background.


Color preview on white background

This text has color #58C396 on white background.



Black color preview on #58C396 background

This text has black color on #58C396 background.


White color preview on #58C396 background

This text has white color on #58C396 background.