COLOR #59B188

HEX: #59B188
RGB: (89,177,136)

Color info

#59B188 contains mainly green and blue colors. Web safe color of #59B188 is #669999 (or #699).

RGB color model

#59B188 color RGB value is (89,177,136).

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

RGB channels and saturation

R 89 of 255 = 35%
G 177 of 255 = 69%
B 136 of 255 = 53%

89
177
136

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

Portions of RGB colors in percentages

R + G + B =
89 + 177 + 136 = 402 (100%)
R 89 of 402 ~ 22.14%
G 177 of 402 ~ 44.03%
B 136 of 402 ~ 33.83%

%22.14
%44.03
%33.83

CMYK color model

#59B188 color CMYK value is (50,0,23,31).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 30.59%
CMYK:
(50,0,23,31)
C50M0Y23K31 
(50%,0%,23%,31%)
(0.50/0.00/0.23/0.31)	

CMYK percentages

%49.72
%0
%23.16
%30.59

Codes

Color #59B188 in popluar color models

59B188
RGB89177136
HSL152°36.07%52.16%
HSB/HSV152°49.72%69.41%
CMYK49.72%0.00%23.16%
30.59%

Color #59B188 in popluar number systems.

HEX59B188
Decimal89177136
Binary10110011011000110001000
Octal131261210

Shades and tints

Shades of #59B188

#59B188
(89,177,136)
#51A17C
(81,161,124)
#499170
(73,145,112)
#418164
(65,129,100)
#397158
(57,113,88)
#31614C
(49,97,76)
#295140
(41,81,64)
#214134
(33,65,52)
#193128
(25,49,40)
#11211C
(17,33,28)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #59B188

#59B188
(89,177,136)
#68B892
(104,184,146)
#77BF9C
(119,191,156)
#86C6A6
(134,198,166)
#95CDB0
(149,205,176)
#A4D4BA
(164,212,186)
#B3DBC4
(179,219,196)
#C2E2CE
(194,226,206)
#D1E9D8
(209,233,216)
#E0F0E2
(224,240,226)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B188; }

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

This text font color is #59B188.


Background Color

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

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

This div background color is #59B188.


Border color

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

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

This div border color is #59B188.


Opacity

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

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

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

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

This text has shadow with #59B188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B188 on black background.


Color preview on white background

This text has color #59B188 on white background.



Black color preview on #59B188 background

This text has black color on #59B188 background.


White color preview on #59B188 background

This text has white color on #59B188 background.