COLOR #59BD8A

HEX: #59BD8A
RGB: (89,189,138)

Color info

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

RGB color model

#59BD8A color RGB value is (89,189,138).

  • red value is 89;
  • green value is 189;
  • blue value is 138.
RGB:
(89,189,138)
(35%,74%,54%)

RGB channels and saturation

R 89 of 255 = 35%
G 189 of 255 = 74%
B 138 of 255 = 54%

89
189
138

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

Portions of RGB colors in percentages

R + G + B =
89 + 189 + 138 = 416 (100%)
R 89 of 416 ~ 21.39%
G 189 of 416 ~ 45.43%
B 138 of 416 ~ 33.17%

%21.39
%45.43
%33.17

CMYK color model

#59BD8A color CMYK value is (53,0,27,26).

  • cyan value is 52.91%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 25.88%
CMYK:
(53,0,27,26)
C53M0Y27K26 
(53%,0%,27%,26%)
(0.53/0.00/0.27/0.26)	

CMYK percentages

%52.91
%0
%26.98
%25.88

Codes

Color #59BD8A in popluar color models

59BD8A
RGB89189138
HSL149°43.10%54.51%
HSB/HSV149°52.91%74.12%
CMYK52.91%0.00%26.98%
25.88%

Color #59BD8A in popluar number systems.

HEX59BD8A
Decimal89189138
Binary10110011011110110001010
Octal131275212

Shades and tints

Shades of #59BD8A

#59BD8A
(89,189,138)
#51AC7E
(81,172,126)
#499B72
(73,155,114)
#418A66
(65,138,102)
#39795A
(57,121,90)
#31684E
(49,104,78)
#295742
(41,87,66)
#214636
(33,70,54)
#19352A
(25,53,42)
#11241E
(17,36,30)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #59BD8A

#59BD8A
(89,189,138)
#68C394
(104,195,148)
#77C99E
(119,201,158)
#86CFA8
(134,207,168)
#95D5B2
(149,213,178)
#A4DBBC
(164,219,188)
#B3E1C6
(179,225,198)
#C2E7D0
(194,231,208)
#D1EDDA
(209,237,218)
#E0F3E4
(224,243,228)
#EFF9EE
(239,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59BD8A color. Also use rgb(89,189,138) instead hex code.

Text Font Color

.myTextColor { color: #59BD8A; }

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

This text font color is #59BD8A.


Background Color

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

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

This div background color is #59BD8A.


Border color

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

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

This div border color is #59BD8A.


Opacity

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

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

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

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

This text has shadow with #59BD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BD8A on black background.


Color preview on white background

This text has color #59BD8A on white background.



Black color preview on #59BD8A background

This text has black color on #59BD8A background.


White color preview on #59BD8A background

This text has white color on #59BD8A background.