COLOR #59DFA0

HEX: #59DFA0 RGB: (89,223,160)

Color info

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

RGB color model

#59DFA0 color RGB value is (89,223,160).

RGB: (89,223,160) (35%, 87%, 63%)

RGB channels and saturation

R 89 of 255 = 35%
G 223 of 255 = 87%
B 160 of 255 = 63%

89
223
160

R + G + B ~ 62%. #59DFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 89 + 223 + 160 = 472 (100%)
R 89 of 472 ~ 18.86%
G 223 of 472 ~ 47.25%
B 160 of 472 ~ 33.9'%

%18.86
%47.25
%33.9

CMYK color model

#59DFA0 color CMYK value is (60,0,28,13).

  • cyan value is 60.09%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 12.55%
CMYK: (60,0,28,13) C60M0Y28K13 (60%,0%,28%,13%) (0.60/0.00/0.28/0.13) 

CMYK percentages

%60.09
%0
%28.25
%12.55

Codes

Color #59DFA0 in popluar color models

59 DF A0
RGB 89 223 160
HSL 152° 67.68% 61.18%
HSB/HSV 152° 60.09% 87.45%
CMYK 60.09% 0.00% 28.25%
12.55%

Color #59DFA0 in popluar number systems.

HEX 59 DF A0
Decimal 89 223 160
Binary 1011001 11011111 10100000
Octal 131 337 240

Shades and tints

Shades of #59DFA0

#59DFA0
(89,223,160)
#51CB92
(81,203,146)
#49B784
(73,183,132)
#41A376
(65,163,118)
#398F68
(57,143,104)
#317B5A
(49,123,90)
#29674C
(41,103,76)
#21533E
(33,83,62)
#193F30
(25,63,48)
#112B22
(17,43,34)
#091714
(9,23,20)
#000000
(0,0,0)

Tints of #59DFA0

#59DFA0
(89,223,160)
#68E1A8
(104,225,168)
#77E3B0
(119,227,176)
#86E5B8
(134,229,184)
#95E7C0
(149,231,192)
#A4E9C8
(164,233,200)
#B3EBD0
(179,235,208)
#C2EDD8
(194,237,216)
#D1EFE0
(209,239,224)
#E0F1E8
(224,241,232)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59DFA0 color. Also use rgb(89,223,160) instead hex code.

Text Font Color

.myTextColor { color: #59DFA0; }

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

This text font color is #59DFA0.


Background Color

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

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

This div background color is #59DFA0.


Border color

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

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

This div border color is #59DFA0.


Opacity

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

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

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

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

This text has shadow with #59DFA0 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #59DFA0; -webkit-box-shadow:	1px 1px 3px 2px #59DFA0; box-shadow:	1px 1px 3px 2px #59DFA0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #59DFA0; -webkit-box-shadow: 1px 1px 3px 2px #59DFA0; box-shadow:1px 1px 3px 2px #59DFA0;">
Div content here</div>
This div box has shadow with color #59DFA0.

Preview

Color preview on black background

This text has color #59DFA0 on black background.


Color preview on white background

This text has color #59DFA0 on white background.



Black color preview on #59DFA0 background

This text has black color on #59DFA0 background.


White color preview on #59DFA0 background

This text has white color on #59DFA0 background.