COLOR #59A388

HEX: #59A388
RGB: (89,163,136)

Color info

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

RGB color model

#59A388 color RGB value is (89,163,136).

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

RGB channels and saturation

R 89 of 255 = 35%
G 163 of 255 = 64%
B 136 of 255 = 53%

89
163
136

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

Portions of RGB colors in percentages

R + G + B =
89 + 163 + 136 = 388 (100%)
R 89 of 388 ~ 22.94%
G 163 of 388 ~ 42.01%
B 136 of 388 ~ 35.05%

%22.94
%42.01
%35.05

CMYK color model

#59A388 color CMYK value is (45,0,17,36).

  • cyan value is 45.40%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(45,0,17,36)
C45M0Y17K36 
(45%,0%,17%,36%)
(0.45/0.00/0.17/0.36)	

CMYK percentages

%45.4
%0
%16.56
%36.08

Codes

Color #59A388 in popluar color models

59A388
RGB89163136
HSL158°29.37%49.41%
HSB/HSV158°45.40%63.92%
CMYK45.40%0.00%16.56%
36.08%

Color #59A388 in popluar number systems.

HEX59A388
Decimal89163136
Binary10110011010001110001000
Octal131243210

Shades and tints

Shades of #59A388

#59A388
(89,163,136)
#51957C
(81,149,124)
#498770
(73,135,112)
#417964
(65,121,100)
#396B58
(57,107,88)
#315D4C
(49,93,76)
#294F40
(41,79,64)
#214134
(33,65,52)
#193328
(25,51,40)
#11251C
(17,37,28)
#091710
(9,23,16)
#000000
(0,0,0)

Tints of #59A388

#59A388
(89,163,136)
#68AB92
(104,171,146)
#77B39C
(119,179,156)
#86BBA6
(134,187,166)
#95C3B0
(149,195,176)
#A4CBBA
(164,203,186)
#B3D3C4
(179,211,196)
#C2DBCE
(194,219,206)
#D1E3D8
(209,227,216)
#E0EBE2
(224,235,226)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A388; }

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

This text font color is #59A388.


Background Color

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

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

This div background color is #59A388.


Border color

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

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

This div border color is #59A388.


Opacity

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

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

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

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

This text has shadow with #59A388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A388 on black background.


Color preview on white background

This text has color #59A388 on white background.



Black color preview on #59A388 background

This text has black color on #59A388 background.


White color preview on #59A388 background

This text has white color on #59A388 background.