COLOR #59B886

HEX: #59B886
RGB: (89,184,134)

Color info

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

RGB color model

#59B886 color RGB value is (89,184,134).

  • red value is 89;
  • green value is 184;
  • blue value is 134.
RGB:
(89,184,134)
(35%,72%,53%)

RGB channels and saturation

R 89 of 255 = 35%
G 184 of 255 = 72%
B 134 of 255 = 53%

89
184
134

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

Portions of RGB colors in percentages

R + G + B =
89 + 184 + 134 = 407 (100%)
R 89 of 407 ~ 21.87%
G 184 of 407 ~ 45.21%
B 134 of 407 ~ 32.92%

%21.87
%45.21
%32.92

CMYK color model

#59B886 color CMYK value is (52,0,27,28).

  • cyan value is 51.63%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 27.84%
CMYK:
(52,0,27,28)
C52M0Y27K28 
(52%,0%,27%,28%)
(0.52/0.00/0.27/0.28)	

CMYK percentages

%51.63
%0
%27.17
%27.84

Codes

Color #59B886 in popluar color models

59B886
RGB89184134
HSL148°40.08%53.53%
HSB/HSV148°51.63%72.16%
CMYK51.63%0.00%27.17%
27.84%

Color #59B886 in popluar number systems.

HEX59B886
Decimal89184134
Binary10110011011100010000110
Octal131270206

Shades and tints

Shades of #59B886

#59B886
(89,184,134)
#51A87A
(81,168,122)
#49986E
(73,152,110)
#418862
(65,136,98)
#397856
(57,120,86)
#31684A
(49,104,74)
#29583E
(41,88,62)
#214832
(33,72,50)
#193826
(25,56,38)
#11281A
(17,40,26)
#09180E
(9,24,14)
#000000
(0,0,0)

Tints of #59B886

#59B886
(89,184,134)
#68BE91
(104,190,145)
#77C49C
(119,196,156)
#86CAA7
(134,202,167)
#95D0B2
(149,208,178)
#A4D6BD
(164,214,189)
#B3DCC8
(179,220,200)
#C2E2D3
(194,226,211)
#D1E8DE
(209,232,222)
#E0EEE9
(224,238,233)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B886 color. Also use rgb(89,184,134) instead hex code.

Text Font Color

.myTextColor { color: #59B886; }

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

This text font color is #59B886.


Background Color

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

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

This div background color is #59B886.


Border color

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

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

This div border color is #59B886.


Opacity

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

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

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

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

This text has shadow with #59B886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B886 on black background.


Color preview on white background

This text has color #59B886 on white background.



Black color preview on #59B886 background

This text has black color on #59B886 background.


White color preview on #59B886 background

This text has white color on #59B886 background.