COLOR #59CDA6

HEX: #59CDA6
RGB: (89,205,166)

Color info

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

RGB color model

#59CDA6 color RGB value is (89,205,166).

  • red value is 89;
  • green value is 205;
  • blue value is 166.
RGB:
(89,205,166)
(35%,80%,65%)

RGB channels and saturation

R 89 of 255 = 35%
G 205 of 255 = 80%
B 166 of 255 = 65%

89
205
166

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

Portions of RGB colors in percentages

R + G + B =
89 + 205 + 166 = 460 (100%)
R 89 of 460 ~ 19.35%
G 205 of 460 ~ 44.57%
B 166 of 460 ~ 36.09%

%19.35
%44.57
%36.09

CMYK color model

#59CDA6 color CMYK value is (57,0,19,20).

  • cyan value is 56.59%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%
CMYK:
(57,0,19,20)
C57M0Y19K20 
(57%,0%,19%,20%)
(0.57/0.00/0.19/0.20)	

CMYK percentages

%56.59
%0
%19.02
%19.61

Codes

Color #59CDA6 in popluar color models

59CDA6
RGB89205166
HSL160°53.70%57.65%
HSB/HSV160°56.59%80.39%
CMYK56.59%0.00%19.02%
19.61%

Color #59CDA6 in popluar number systems.

HEX59CDA6
Decimal89205166
Binary10110011100110110100110
Octal131315246

Shades and tints

Shades of #59CDA6

#59CDA6
(89,205,166)
#51BB97
(81,187,151)
#49A988
(73,169,136)
#419779
(65,151,121)
#39856A
(57,133,106)
#31735B
(49,115,91)
#29614C
(41,97,76)
#214F3D
(33,79,61)
#193D2E
(25,61,46)
#112B1F
(17,43,31)
#091910
(9,25,16)
#000000
(0,0,0)

Tints of #59CDA6

#59CDA6
(89,205,166)
#68D1AE
(104,209,174)
#77D5B6
(119,213,182)
#86D9BE
(134,217,190)
#95DDC6
(149,221,198)
#A4E1CE
(164,225,206)
#B3E5D6
(179,229,214)
#C2E9DE
(194,233,222)
#D1EDE6
(209,237,230)
#E0F1EE
(224,241,238)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59CDA6 color. Also use rgb(89,205,166) instead hex code.

Text Font Color

.myTextColor { color: #59CDA6; }

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

This text font color is #59CDA6.


Background Color

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

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

This div background color is #59CDA6.


Border color

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

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

This div border color is #59CDA6.


Opacity

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

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

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

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

This text has shadow with #59CDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59CDA6 on black background.


Color preview on white background

This text has color #59CDA6 on white background.



Black color preview on #59CDA6 background

This text has black color on #59CDA6 background.


White color preview on #59CDA6 background

This text has white color on #59CDA6 background.