COLOR #59AA88

HEX: #59AA88
RGB: (89,170,136)

Color info

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

RGB color model

#59AA88 color RGB value is (89,170,136).

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

RGB channels and saturation

R 89 of 255 = 35%
G 170 of 255 = 67%
B 136 of 255 = 53%

89
170
136

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

Portions of RGB colors in percentages

R + G + B =
89 + 170 + 136 = 395 (100%)
R 89 of 395 ~ 22.53%
G 170 of 395 ~ 43.04%
B 136 of 395 ~ 34.43%

%22.53
%43.04
%34.43

CMYK color model

#59AA88 color CMYK value is (48,0,20,33).

  • cyan value is 47.65%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(48,0,20,33)
C48M0Y20K33 
(48%,0%,20%,33%)
(0.48/0.00/0.20/0.33)	

CMYK percentages

%47.65
%0
%20
%33.33

Codes

Color #59AA88 in popluar color models

59AA88
RGB89170136
HSL155°32.27%50.78%
HSB/HSV155°47.65%66.67%
CMYK47.65%0.00%20.00%
33.33%

Color #59AA88 in popluar number systems.

HEX59AA88
Decimal89170136
Binary10110011010101010001000
Octal131252210

Shades and tints

Shades of #59AA88

#59AA88
(89,170,136)
#519B7C
(81,155,124)
#498C70
(73,140,112)
#417D64
(65,125,100)
#396E58
(57,110,88)
#315F4C
(49,95,76)
#295040
(41,80,64)
#214134
(33,65,52)
#193228
(25,50,40)
#11231C
(17,35,28)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #59AA88

#59AA88
(89,170,136)
#68B192
(104,177,146)
#77B89C
(119,184,156)
#86BFA6
(134,191,166)
#95C6B0
(149,198,176)
#A4CDBA
(164,205,186)
#B3D4C4
(179,212,196)
#C2DBCE
(194,219,206)
#D1E2D8
(209,226,216)
#E0E9E2
(224,233,226)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59AA88; }

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

This text font color is #59AA88.


Background Color

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

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

This div background color is #59AA88.


Border color

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

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

This div border color is #59AA88.


Opacity

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

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

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

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

This text has shadow with #59AA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AA88 on black background.


Color preview on white background

This text has color #59AA88 on white background.



Black color preview on #59AA88 background

This text has black color on #59AA88 background.


White color preview on #59AA88 background

This text has white color on #59AA88 background.