COLOR #59B59F

HEX: #59B59F
RGB: (89,181,159)

Color info

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

RGB color model

#59B59F color RGB value is (89,181,159).

  • red value is 89;
  • green value is 181;
  • blue value is 159.
RGB:
(89,181,159)
(35%,71%,62%)

RGB channels and saturation

R 89 of 255 = 35%
G 181 of 255 = 71%
B 159 of 255 = 62%

89
181
159

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

Portions of RGB colors in percentages

R + G + B =
89 + 181 + 159 = 429 (100%)
R 89 of 429 ~ 20.75%
G 181 of 429 ~ 42.19%
B 159 of 429 ~ 37.06%

%20.75
%42.19
%37.06

CMYK color model

#59B59F color CMYK value is (51,0,12,29).

  • cyan value is 50.83%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 29.02%
CMYK:
(51,0,12,29)
C51M0Y12K29 
(51%,0%,12%,29%)
(0.51/0.00/0.12/0.29)	

CMYK percentages

%50.83
%0
%12.15
%29.02

Codes

Color #59B59F in popluar color models

59B59F
RGB89181159
HSL166°38.33%52.94%
HSB/HSV166°50.83%70.98%
CMYK50.83%0.00%12.15%
29.02%

Color #59B59F in popluar number systems.

HEX59B59F
Decimal89181159
Binary10110011011010110011111
Octal131265237

Shades and tints

Shades of #59B59F

#59B59F
(89,181,159)
#51A591
(81,165,145)
#499583
(73,149,131)
#418575
(65,133,117)
#397567
(57,117,103)
#316559
(49,101,89)
#29554B
(41,85,75)
#21453D
(33,69,61)
#19352F
(25,53,47)
#112521
(17,37,33)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #59B59F

#59B59F
(89,181,159)
#68BBA7
(104,187,167)
#77C1AF
(119,193,175)
#86C7B7
(134,199,183)
#95CDBF
(149,205,191)
#A4D3C7
(164,211,199)
#B3D9CF
(179,217,207)
#C2DFD7
(194,223,215)
#D1E5DF
(209,229,223)
#E0EBE7
(224,235,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B59F color. Also use rgb(89,181,159) instead hex code.

Text Font Color

.myTextColor { color: #59B59F; }

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

This text font color is #59B59F.


Background Color

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

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

This div background color is #59B59F.


Border color

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

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

This div border color is #59B59F.


Opacity

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

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

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

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

This text has shadow with #59B59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B59F on black background.


Color preview on white background

This text has color #59B59F on white background.



Black color preview on #59B59F background

This text has black color on #59B59F background.


White color preview on #59B59F background

This text has white color on #59B59F background.