COLOR #58B78F

HEX: #58B78F RGB: (88,183,143)

Color info

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

RGB color model

#58B78F color RGB value is (88,183,143).

RGB: (88,183,143) (35%, 72%, 56%)

RGB channels and saturation

R 88 of 255 = 35%
G 183 of 255 = 72%
B 143 of 255 = 56%

88
183
143

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

Portions of RGB colors in percentages

R + G + B = 88 + 183 + 143 = 414 (100%)
R 88 of 414 ~ 21.26%
G 183 of 414 ~ 44.2%
B 143 of 414 ~ 34.54'%

%21.26
%44.2
%34.54

CMYK color model

#58B78F color CMYK value is (52,0,22,28).

  • cyan value is 51.91%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 28.24%

CMYK: (52,0,22,28)
C52M0Y22K28 (52%, 0%, 22%, 28%)
(0.52 / 0.00 / 0.22 / 0.28)

CMYK percentages

%51.91
%0
%21.86
%28.24

Codes

Color #58B78F in popluar color models

58 B7 8F
RGB 88 183 143
HSL 155° 39.75% 53.14%
HSB/HSV 155° 51.91% 71.76%
CMYK 51.91% 0.00% 21.86%
28.24%

Color #58B78F in popluar number systems.

HEX 58 B7 8F
Decimal 88 183 143
Binary 1011000 10110111 10001111
Octal 130 267 217

Shades and tints

Shades of #58B78F

#58B78F
(88,183,143)
#50A782
(80,167,130)
#489775
(72,151,117)
#408768
(64,135,104)
#38775B
(56,119,91)
#30674E
(48,103,78)
#285741
(40,87,65)
#204734
(32,71,52)
#183727
(24,55,39)
#10271A
(16,39,26)
#08170D
(8,23,13)
#000000
(0,0,0)

Tints of #58B78F

#58B78F
(88,183,143)
#67BD99
(103,189,153)
#76C3A3
(118,195,163)
#85C9AD
(133,201,173)
#94CFB7
(148,207,183)
#A3D5C1
(163,213,193)
#B2DBCB
(178,219,203)
#C1E1D5
(193,225,213)
#D0E7DF
(208,231,223)
#DFEDE9
(223,237,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B78F color. Also use rgb(88,183,143) instead hex code.

Text Font Color

.myTextColor { color: #58B78F; }

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

This text font color is #58B78F.

Background Color

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

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

This div background color is #58B78F.

Border color

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

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

This div border color is #58B78F.

Opacity

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

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

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

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

This text has shadow with #58B78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58B78F.

Preview

Color preview on black background

This text has color #58B78F on black background.


Color preview on white background

This text has color #58B78F on white background.


Black color preview on #58B78F background

This text has black color on #58B78F background.


White color preview on #58B78F background

This text has white color on #58B78F background.


Related colors

Complementary color

Complementary color for #hex is #A74870.


I love getcolorcode.com

Triadic colors

1 #8F58B7 and #B78F58 with #58B78F are triadic colors.

2 #8FB758 and #B7588F with #58B78F are triadic colors.