COLOR #59B180

HEX: #59B180
RGB: (89,177,128)

Color info

#59B180 contains mainly green and blue colors. Web safe color of #59B180 is #669966 (or #696).

RGB color model

#59B180 color RGB value is (89,177,128).

  • red value is 89;
  • green value is 177;
  • blue value is 128.
RGB:
(89,177,128)
(35%,69%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 177 of 255 = 69%
B 128 of 255 = 50%

89
177
128

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

Portions of RGB colors in percentages

R + G + B =
89 + 177 + 128 = 394 (100%)
R 89 of 394 ~ 22.59%
G 177 of 394 ~ 44.92%
B 128 of 394 ~ 32.49%

%22.59
%44.92
%32.49

CMYK color model

#59B180 color CMYK value is (50,0,28,31).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 27.68%
  • key color value is 30.59%
CMYK:
(50,0,28,31)
C50M0Y28K31 
(50%,0%,28%,31%)
(0.50/0.00/0.28/0.31)	

CMYK percentages

%49.72
%0
%27.68
%30.59

Codes

Color #59B180 in popluar color models

59B180
RGB89177128
HSL147°36.07%52.16%
HSB/HSV147°49.72%69.41%
CMYK49.72%0.00%27.68%
30.59%

Color #59B180 in popluar number systems.

HEX59B180
Decimal89177128
Binary10110011011000110000000
Octal131261200

Shades and tints

Shades of #59B180

#59B180
(89,177,128)
#51A175
(81,161,117)
#49916A
(73,145,106)
#41815F
(65,129,95)
#397154
(57,113,84)
#316149
(49,97,73)
#29513E
(41,81,62)
#214133
(33,65,51)
#193128
(25,49,40)
#11211D
(17,33,29)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #59B180

#59B180
(89,177,128)
#68B88B
(104,184,139)
#77BF96
(119,191,150)
#86C6A1
(134,198,161)
#95CDAC
(149,205,172)
#A4D4B7
(164,212,183)
#B3DBC2
(179,219,194)
#C2E2CD
(194,226,205)
#D1E9D8
(209,233,216)
#E0F0E3
(224,240,227)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B180 color. Also use rgb(89,177,128) instead hex code.

Text Font Color

.myTextColor { color: #59B180; }

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

This text font color is #59B180.


Background Color

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

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

This div background color is #59B180.


Border color

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

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

This div border color is #59B180.


Opacity

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

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

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

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

This text has shadow with #59B180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B180 on black background.


Color preview on white background

This text has color #59B180 on white background.



Black color preview on #59B180 background

This text has black color on #59B180 background.


White color preview on #59B180 background

This text has white color on #59B180 background.