COLOR #59A99C

HEX: #59A99C
RGB: (89,169,156)

Color info

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

RGB color model

#59A99C color RGB value is (89,169,156).

  • red value is 89;
  • green value is 169;
  • blue value is 156.
RGB:
(89,169,156)
(35%,66%,61%)

RGB channels and saturation

R 89 of 255 = 35%
G 169 of 255 = 66%
B 156 of 255 = 61%

89
169
156

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

Portions of RGB colors in percentages

R + G + B =
89 + 169 + 156 = 414 (100%)
R 89 of 414 ~ 21.5%
G 169 of 414 ~ 40.82%
B 156 of 414 ~ 37.68%

%21.5
%40.82
%37.68

CMYK color model

#59A99C color CMYK value is (47,0,8,34).

  • cyan value is 47.34%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(47,0,8,34)
C47M0Y8K34 
(47%,0%,8%,34%)
(0.47/0.00/0.08/0.34)	

CMYK percentages

%47.34
%0
%7.69
%33.73

Codes

Color #59A99C in popluar color models

59A99C
RGB89169156
HSL170°31.75%50.59%
HSB/HSV170°47.34%66.27%
CMYK47.34%0.00%7.69%
33.73%

Color #59A99C in popluar number systems.

HEX59A99C
Decimal89169156
Binary10110011010100110011100
Octal131251234

Shades and tints

Shades of #59A99C

#59A99C
(89,169,156)
#519A8E
(81,154,142)
#498B80
(73,139,128)
#417C72
(65,124,114)
#396D64
(57,109,100)
#315E56
(49,94,86)
#294F48
(41,79,72)
#21403A
(33,64,58)
#19312C
(25,49,44)
#11221E
(17,34,30)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #59A99C

#59A99C
(89,169,156)
#68B0A5
(104,176,165)
#77B7AE
(119,183,174)
#86BEB7
(134,190,183)
#95C5C0
(149,197,192)
#A4CCC9
(164,204,201)
#B3D3D2
(179,211,210)
#C2DADB
(194,218,219)
#D1E1E4
(209,225,228)
#E0E8ED
(224,232,237)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A99C color. Also use rgb(89,169,156) instead hex code.

Text Font Color

.myTextColor { color: #59A99C; }

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

This text font color is #59A99C.


Background Color

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

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

This div background color is #59A99C.


Border color

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

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

This div border color is #59A99C.


Opacity

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

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

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

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

This text has shadow with #59A99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A99C on black background.


Color preview on white background

This text has color #59A99C on white background.



Black color preview on #59A99C background

This text has black color on #59A99C background.


White color preview on #59A99C background

This text has white color on #59A99C background.