COLOR #58B288

HEX: #58B288 RGB: (88,178,136)

Color info

#58B288 contains mainly green and blue colors. Web safe color of #58B288 is #669999 (or #699).

RGB color model

#58B288 color RGB value is (88,178,136).

RGB: (88,178,136) (35%, 70%, 53%)

RGB channels and saturation

R 88 of 255 = 35%
G 178 of 255 = 70%
B 136 of 255 = 53%

88
178
136

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

Portions of RGB colors in percentages

R + G + B = 88 + 178 + 136 = 402 (100%)
R 88 of 402 ~ 21.89%
G 178 of 402 ~ 44.28%
B 136 of 402 ~ 33.83'%

%21.89
%44.28
%33.83

CMYK color model

#58B288 color CMYK value is (51,0,24,30).

  • cyan value is 50.56%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 30.20%

CMYK: (51,0,24,30)
C51M0Y24K30 (51%, 0%, 24%, 30%)
(0.51 / 0.00 / 0.24 / 0.30)

CMYK percentages

%50.56
%0
%23.6
%30.2

Codes

Color #58B288 in popluar color models

58 B2 88
RGB 88 178 136
HSL 152° 36.89% 52.16%
HSB/HSV 152° 50.56% 69.80%
CMYK 50.56% 0.00% 23.60%
30.20%

Color #58B288 in popluar number systems.

HEX 58 B2 88
Decimal 88 178 136
Binary 1011000 10110010 10001000
Octal 130 262 210

Shades and tints

Shades of #58B288

#58B288
(88,178,136)
#50A27C
(80,162,124)
#489270
(72,146,112)
#408264
(64,130,100)
#387258
(56,114,88)
#30624C
(48,98,76)
#285240
(40,82,64)
#204234
(32,66,52)
#183228
(24,50,40)
#10221C
(16,34,28)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #58B288

#58B288
(88,178,136)
#67B992
(103,185,146)
#76C09C
(118,192,156)
#85C7A6
(133,199,166)
#94CEB0
(148,206,176)
#A3D5BA
(163,213,186)
#B2DCC4
(178,220,196)
#C1E3CE
(193,227,206)
#D0EAD8
(208,234,216)
#DFF1E2
(223,241,226)
#EEF8EC
(238,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B288 color. Also use rgb(88,178,136) instead hex code.

Text Font Color

.myTextColor { color: #58B288; }

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

This text font color is #58B288.

Background Color

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

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

This div background color is #58B288.

Border color

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

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

This div border color is #58B288.

Opacity

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

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

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

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

This text has shadow with #58B288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58B288.

Preview

Color preview on black background

This text has color #58B288 on black background.


Color preview on white background

This text has color #58B288 on white background.


Black color preview on #58B288 background

This text has black color on #58B288 background.


White color preview on #58B288 background

This text has white color on #58B288 background.


Related colors

Complementary color

Complementary color for #hex is #A74D77.


I love getcolorcode.com

Triadic colors

1 #8858B2 and #B28858 with #58B288 are triadic colors.

2 #88B258 and #B25888 with #58B288 are triadic colors.