COLOR #59DA9E

HEX: #59DA9E RGB: (89,218,158)

Color info

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

RGB color model

#59DA9E color RGB value is (89,218,158).

RGB: (89,218,158) (35%, 85%, 62%)

RGB channels and saturation

R 89 of 255 = 35%
G 218 of 255 = 85%
B 158 of 255 = 62%

89
218
158

R + G + B ~ 61%. #59DA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 89 + 218 + 158 = 465 (100%)
R 89 of 465 ~ 19.14%
G 218 of 465 ~ 46.88%
B 158 of 465 ~ 33.98'%

%19.14
%46.88
%33.98

CMYK color model

#59DA9E color CMYK value is (59,0,28,15).

  • cyan value is 59.17%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 14.51%

CMYK: (59,0,28,15)
C59M0Y28K15 (59%, 0%, 28%, 15%)
(0.59 / 0.00 / 0.28 / 0.15)

CMYK percentages

%59.17
%0
%27.52
%14.51

Codes

Color #59DA9E in popluar color models

59 DA 9E
RGB 89 218 158
HSL 152° 63.55% 60.20%
HSB/HSV 152° 59.17% 85.49%
CMYK 59.17% 0.00% 27.52%
14.51%

Color #59DA9E in popluar number systems.

HEX 59 DA 9E
Decimal 89 218 158
Binary 1011001 11011010 10011110
Octal 131 332 236

Shades and tints

Shades of #59DA9E

#59DA9E
(89,218,158)
#51C790
(81,199,144)
#49B482
(73,180,130)
#41A174
(65,161,116)
#398E66
(57,142,102)
#317B58
(49,123,88)
#29684A
(41,104,74)
#21553C
(33,85,60)
#19422E
(25,66,46)
#112F20
(17,47,32)
#091C12
(9,28,18)
#000000
(0,0,0)

Tints of #59DA9E

#59DA9E
(89,218,158)
#68DDA6
(104,221,166)
#77E0AE
(119,224,174)
#86E3B6
(134,227,182)
#95E6BE
(149,230,190)
#A4E9C6
(164,233,198)
#B3ECCE
(179,236,206)
#C2EFD6
(194,239,214)
#D1F2DE
(209,242,222)
#E0F5E6
(224,245,230)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59DA9E color. Also use rgb(89,218,158) instead hex code.

Text Font Color

.myTextColor { color: #59DA9E; }

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

This text font color is #59DA9E.

Background Color

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

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

This div background color is #59DA9E.

Border color

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

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

This div border color is #59DA9E.

Opacity

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

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

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

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

This text has shadow with #59DA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59DA9E.

Preview

Color preview on black background

This text has color #59DA9E on black background.


Color preview on white background

This text has color #59DA9E on white background.


Black color preview on #59DA9E background

This text has black color on #59DA9E background.


White color preview on #59DA9E background

This text has white color on #59DA9E background.


Related colors

Complementary color

Complementary color for #hex is #A62561.


I love getcolorcode.com

Triadic colors

1 #9E59DA and #DA9E59 with #59DA9E are triadic colors.

2 #9EDA59 and #DA599E with #59DA9E are triadic colors.