COLOR #59A992

HEX: #59A992
RGB: (89,169,146)

Color info

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

RGB color model

#59A992 color RGB value is (89,169,146).

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

RGB channels and saturation

R 89 of 255 = 35%
G 169 of 255 = 66%
B 146 of 255 = 57%

89
169
146

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

Portions of RGB colors in percentages

R + G + B =
89 + 169 + 146 = 404 (100%)
R 89 of 404 ~ 22.03%
G 169 of 404 ~ 41.83%
B 146 of 404 ~ 36.14%

%22.03
%41.83
%36.14

CMYK color model

#59A992 color CMYK value is (47,0,14,34).

  • cyan value is 47.34%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(47,0,14,34)
C47M0Y14K34 
(47%,0%,14%,34%)
(0.47/0.00/0.14/0.34)	

CMYK percentages

%47.34
%0
%13.61
%33.73

Codes

Color #59A992 in popluar color models

59A992
RGB89169146
HSL163°31.75%50.59%
HSB/HSV163°47.34%66.27%
CMYK47.34%0.00%13.61%
33.73%

Color #59A992 in popluar number systems.

HEX59A992
Decimal89169146
Binary10110011010100110010010
Octal131251222

Shades and tints

Shades of #59A992

#59A992
(89,169,146)
#519A85
(81,154,133)
#498B78
(73,139,120)
#417C6B
(65,124,107)
#396D5E
(57,109,94)
#315E51
(49,94,81)
#294F44
(41,79,68)
#214037
(33,64,55)
#19312A
(25,49,42)
#11221D
(17,34,29)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #59A992

#59A992
(89,169,146)
#68B09B
(104,176,155)
#77B7A4
(119,183,164)
#86BEAD
(134,190,173)
#95C5B6
(149,197,182)
#A4CCBF
(164,204,191)
#B3D3C8
(179,211,200)
#C2DAD1
(194,218,209)
#D1E1DA
(209,225,218)
#E0E8E3
(224,232,227)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A992; }

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

This text font color is #59A992.


Background Color

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

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

This div background color is #59A992.


Border color

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

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

This div border color is #59A992.


Opacity

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

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

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

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

This text has shadow with #59A992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A992 on black background.


Color preview on white background

This text has color #59A992 on white background.



Black color preview on #59A992 background

This text has black color on #59A992 background.


White color preview on #59A992 background

This text has white color on #59A992 background.