COLOR #59A999

HEX: #59A999 RGB: (89,169,153)

Color info

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

RGB color model

#59A999 color RGB value is (89,169,153).

RGB: (89,169,153) (35%, 66%, 60%)

RGB channels and saturation

R 89 of 255 = 35%
G 169 of 255 = 66%
B 153 of 255 = 60%

89
169
153

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

Portions of RGB colors in percentages

R + G + B = 89 + 169 + 153 = 411 (100%)
R 89 of 411 ~ 21.65%
G 169 of 411 ~ 41.12%
B 153 of 411 ~ 37.23'%

%21.65
%41.12
%37.23

CMYK color model

#59A999 color CMYK value is (47,0,9,34).

  • cyan value is 47.34%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 33.73%

CMYK: (47,0,9,34)
C47M0Y9K34 (47%, 0%, 9%, 34%)
(0.47 / 0.00 / 0.09 / 0.34)

CMYK percentages

%47.34
%0
%9.47
%33.73

Codes

Color #59A999 in popluar color models

59 A9 99
RGB 89 169 153
HSL 168° 31.75% 50.59%
HSB/HSV 168° 47.34% 66.27%
CMYK 47.34% 0.00% 9.47%
33.73%

Color #59A999 in popluar number systems.

HEX 59 A9 99
Decimal 89 169 153
Binary 1011001 10101001 10011001
Octal 131 251 231

Shades and tints

Shades of #59A999

#59A999
(89,169,153)
#519A8C
(81,154,140)
#498B7F
(73,139,127)
#417C72
(65,124,114)
#396D65
(57,109,101)
#315E58
(49,94,88)
#294F4B
(41,79,75)
#21403E
(33,64,62)
#193131
(25,49,49)
#112224
(17,34,36)
#091317
(9,19,23)
#000000
(0,0,0)

Tints of #59A999

#59A999
(89,169,153)
#68B0A2
(104,176,162)
#77B7AB
(119,183,171)
#86BEB4
(134,190,180)
#95C5BD
(149,197,189)
#A4CCC6
(164,204,198)
#B3D3CF
(179,211,207)
#C2DAD8
(194,218,216)
#D1E1E1
(209,225,225)
#E0E8EA
(224,232,234)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A999; }

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

This text font color is #59A999.

Background Color

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

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

This div background color is #59A999.

Border color

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

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

This div border color is #59A999.

Opacity

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

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

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

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

This text has shadow with #59A999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59A999.

Preview

Color preview on black background

This text has color #59A999 on black background.


Color preview on white background

This text has color #59A999 on white background.


Black color preview on #59A999 background

This text has black color on #59A999 background.


White color preview on #59A999 background

This text has white color on #59A999 background.


Related colors

Complementary color

Complementary color for #hex is #A65666.


I love getcolorcode.com

Triadic colors

1 #9959A9 and #A99959 with #59A999 are triadic colors.

2 #99A959 and #A95999 with #59A999 are triadic colors.