COLOR #59C18B

HEX: #59C18B RGB: (89,193,139)

Color info

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

RGB color model

#59C18B color RGB value is (89,193,139).

RGB: (89,193,139) (35%, 76%, 55%)

RGB channels and saturation

R 89 of 255 = 35%
G 193 of 255 = 76%
B 139 of 255 = 55%

89
193
139

R + G + B ~ 55%. #59C18B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 193 + 139 = 421 (100%)
R 89 of 421 ~ 21.14%
G 193 of 421 ~ 45.84%
B 139 of 421 ~ 33.02'%

%21.14
%45.84
%33.02

CMYK color model

#59C18B color CMYK value is (54,0,28,24).

  • cyan value is 53.89%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 24.31%

CMYK: (54,0,28,24)
C54M0Y28K24 (54%, 0%, 28%, 24%)
(0.54 / 0.00 / 0.28 / 0.24)

CMYK percentages

%53.89
%0
%27.98
%24.31

Codes

Color #59C18B in popluar color models

59 C1 8B
RGB 89 193 139
HSL 149° 45.61% 55.29%
HSB/HSV 149° 53.89% 75.69%
CMYK 53.89% 0.00% 27.98%
24.31%

Color #59C18B in popluar number systems.

HEX 59 C1 8B
Decimal 89 193 139
Binary 1011001 11000001 10001011
Octal 131 301 213

Shades and tints

Shades of #59C18B

#59C18B
(89,193,139)
#51B07F
(81,176,127)
#499F73
(73,159,115)
#418E67
(65,142,103)
#397D5B
(57,125,91)
#316C4F
(49,108,79)
#295B43
(41,91,67)
#214A37
(33,74,55)
#19392B
(25,57,43)
#11281F
(17,40,31)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #59C18B

#59C18B
(89,193,139)
#68C695
(104,198,149)
#77CB9F
(119,203,159)
#86D0A9
(134,208,169)
#95D5B3
(149,213,179)
#A4DABD
(164,218,189)
#B3DFC7
(179,223,199)
#C2E4D1
(194,228,209)
#D1E9DB
(209,233,219)
#E0EEE5
(224,238,229)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C18B color. Also use rgb(89,193,139) instead hex code.

Text Font Color

.myTextColor { color: #59C18B; }

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

This text font color is #59C18B.

Background Color

.myBgColor { background-color: #59C18B; }

<div style="background-color:#59C18B">Inner text</div>

This div background color is #59C18B.

Border color

.myBorderColor { border: 1px solid #59C18B; }

<div style="border:3px solid #59C18B">Div</div>

This div border color is #59C18B.

Opacity

.myOpacity80 { color: #59C18B; opacity: 0.8; }

<p style="color:#59C18B;opacity:0.8;">80%</p>

Text with #59C18B 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 #59C18B;}

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

This text has shadow with #59C18B color.


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

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

This text has shadow with #59C18B primary color and red secondary color.


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

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

This text has shadow with #59C18B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59C18B.

Preview

Color preview on black background

This text has color #59C18B on black background.


Color preview on white background

This text has color #59C18B on white background.


Black color preview on #59C18B background

This text has black color on #59C18B background.


White color preview on #59C18B background

This text has white color on #59C18B background.


Related colors

Complementary color

Complementary color for #hex is #A63E74.


I love getcolorcode.com

Triadic colors

1 #8B59C1 and #C18B59 with #59C18B are triadic colors.

2 #8BC159 and #C1598B with #59C18B are triadic colors.