COLOR #58DD88

HEX: #58DD88 RGB: (88,221,136)

Color info

#58DD88 contains mainly green color. Web safe color of #58DD88 is #66CC99 (or #6C9).

RGB color model

#58DD88 color RGB value is (88,221,136).

RGB: (88,221,136) (35%, 87%, 53%)

RGB channels and saturation

R 88 of 255 = 35%
G 221 of 255 = 87%
B 136 of 255 = 53%

88
221
136

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

Portions of RGB colors in percentages

R + G + B = 88 + 221 + 136 = 445 (100%)
R 88 of 445 ~ 19.78%
G 221 of 445 ~ 49.66%
B 136 of 445 ~ 30.56'%

%19.78
%49.66
%30.56

CMYK color model

#58DD88 color CMYK value is (60,0,38,13).

  • cyan value is 60.18%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 13.33%

CMYK: (60,0,38,13)
C60M0Y38K13 (60%, 0%, 38%, 13%)
(0.60 / 0.00 / 0.38 / 0.13)

CMYK percentages

%60.18
%0
%38.46
%13.33

Codes

Color #58DD88 in popluar color models

58 DD 88
RGB 88 221 136
HSL 142° 66.17% 60.59%
HSB/HSV 142° 60.18% 86.67%
CMYK 60.18% 0.00% 38.46%
13.33%

Color #58DD88 in popluar number systems.

HEX 58 DD 88
Decimal 88 221 136
Binary 1011000 11011101 10001000
Octal 130 335 210

Shades and tints

Shades of #58DD88

#58DD88
(88,221,136)
#50C97C
(80,201,124)
#48B570
(72,181,112)
#40A164
(64,161,100)
#388D58
(56,141,88)
#30794C
(48,121,76)
#286540
(40,101,64)
#205134
(32,81,52)
#183D28
(24,61,40)
#10291C
(16,41,28)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #58DD88

#58DD88
(88,221,136)
#67E092
(103,224,146)
#76E39C
(118,227,156)
#85E6A6
(133,230,166)
#94E9B0
(148,233,176)
#A3ECBA
(163,236,186)
#B2EFC4
(178,239,196)
#C1F2CE
(193,242,206)
#D0F5D8
(208,245,216)
#DFF8E2
(223,248,226)
#EEFBEC
(238,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58DD88; }

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

This text font color is #58DD88.

Background Color

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

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

This div background color is #58DD88.

Border color

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

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

This div border color is #58DD88.

Opacity

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

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

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

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

This text has shadow with #58DD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58DD88.

Preview

Color preview on black background

This text has color #58DD88 on black background.


Color preview on white background

This text has color #58DD88 on white background.


Black color preview on #58DD88 background

This text has black color on #58DD88 background.


White color preview on #58DD88 background

This text has white color on #58DD88 background.


Related colors

Complementary color

Complementary color for #hex is #A72277.


I love getcolorcode.com

Triadic colors

1 #8858DD and #DD8858 with #58DD88 are triadic colors.

2 #88DD58 and #DD5888 with #58DD88 are triadic colors.