COLOR #59CB8E

HEX: #59CB8E
RGB: (89,203,142)

Color info

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

RGB color model

#59CB8E color RGB value is (89,203,142).

  • red value is 89;
  • green value is 203;
  • blue value is 142.
RGB:
(89,203,142)
(35%,80%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 203 of 255 = 80%
B 142 of 255 = 56%

89
203
142

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

Portions of RGB colors in percentages

R + G + B =
89 + 203 + 142 = 434 (100%)
R 89 of 434 ~ 20.51%
G 203 of 434 ~ 46.77%
B 142 of 434 ~ 32.72%

%20.51
%46.77
%32.72

CMYK color model

#59CB8E color CMYK value is (56,0,30,20).

  • cyan value is 56.16%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 20.39%
CMYK:
(56,0,30,20)
C56M0Y30K20 
(56%,0%,30%,20%)
(0.56/0.00/0.30/0.20)	

CMYK percentages

%56.16
%0
%30.05
%20.39

Codes

Color #59CB8E in popluar color models

59CB8E
RGB89203142
HSL148°52.29%57.25%
HSB/HSV148°56.16%79.61%
CMYK56.16%0.00%30.05%
20.39%

Color #59CB8E in popluar number systems.

HEX59CB8E
Decimal89203142
Binary10110011100101110001110
Octal131313216

Shades and tints

Shades of #59CB8E

#59CB8E
(89,203,142)
#51B982
(81,185,130)
#49A776
(73,167,118)
#41956A
(65,149,106)
#39835E
(57,131,94)
#317152
(49,113,82)
#295F46
(41,95,70)
#214D3A
(33,77,58)
#193B2E
(25,59,46)
#112922
(17,41,34)
#091716
(9,23,22)
#000000
(0,0,0)

Tints of #59CB8E

#59CB8E
(89,203,142)
#68CF98
(104,207,152)
#77D3A2
(119,211,162)
#86D7AC
(134,215,172)
#95DBB6
(149,219,182)
#A4DFC0
(164,223,192)
#B3E3CA
(179,227,202)
#C2E7D4
(194,231,212)
#D1EBDE
(209,235,222)
#E0EFE8
(224,239,232)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59CB8E color. Also use rgb(89,203,142) instead hex code.

Text Font Color

.myTextColor { color: #59CB8E; }

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

This text font color is #59CB8E.


Background Color

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

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

This div background color is #59CB8E.


Border color

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

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

This div border color is #59CB8E.


Opacity

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

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

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

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

This text has shadow with #59CB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59CB8E on black background.


Color preview on white background

This text has color #59CB8E on white background.



Black color preview on #59CB8E background

This text has black color on #59CB8E background.


White color preview on #59CB8E background

This text has white color on #59CB8E background.