COLOR #59BC88

HEX: #59BC88
RGB: (89,188,136)

Color info

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

RGB color model

#59BC88 color RGB value is (89,188,136).

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

RGB channels and saturation

R 89 of 255 = 35%
G 188 of 255 = 74%
B 136 of 255 = 53%

89
188
136

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

Portions of RGB colors in percentages

R + G + B =
89 + 188 + 136 = 413 (100%)
R 89 of 413 ~ 21.55%
G 188 of 413 ~ 45.52%
B 136 of 413 ~ 32.93%

%21.55
%45.52
%32.93

CMYK color model

#59BC88 color CMYK value is (53,0,28,26).

  • cyan value is 52.66%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 26.27%
CMYK:
(53,0,28,26)
C53M0Y28K26 
(53%,0%,28%,26%)
(0.53/0.00/0.28/0.26)	

CMYK percentages

%52.66
%0
%27.66
%26.27

Codes

Color #59BC88 in popluar color models

59BC88
RGB89188136
HSL148°42.49%54.31%
HSB/HSV148°52.66%73.73%
CMYK52.66%0.00%27.66%
26.27%

Color #59BC88 in popluar number systems.

HEX59BC88
Decimal89188136
Binary10110011011110010001000
Octal131274210

Shades and tints

Shades of #59BC88

#59BC88
(89,188,136)
#51AB7C
(81,171,124)
#499A70
(73,154,112)
#418964
(65,137,100)
#397858
(57,120,88)
#31674C
(49,103,76)
#295640
(41,86,64)
#214534
(33,69,52)
#193428
(25,52,40)
#11231C
(17,35,28)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #59BC88

#59BC88
(89,188,136)
#68C292
(104,194,146)
#77C89C
(119,200,156)
#86CEA6
(134,206,166)
#95D4B0
(149,212,176)
#A4DABA
(164,218,186)
#B3E0C4
(179,224,196)
#C2E6CE
(194,230,206)
#D1ECD8
(209,236,216)
#E0F2E2
(224,242,226)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59BC88; }

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

This text font color is #59BC88.


Background Color

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

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

This div background color is #59BC88.


Border color

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

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

This div border color is #59BC88.


Opacity

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

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

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

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

This text has shadow with #59BC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BC88 on black background.


Color preview on white background

This text has color #59BC88 on white background.



Black color preview on #59BC88 background

This text has black color on #59BC88 background.


White color preview on #59BC88 background

This text has white color on #59BC88 background.