COLOR #59A498

HEX: #59A498
RGB: (89,164,152)

Color info

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

RGB color model

#59A498 color RGB value is (89,164,152).

  • red value is 89;
  • green value is 164;
  • blue value is 152.
RGB:
(89,164,152)
(35%,64%,60%)

RGB channels and saturation

R 89 of 255 = 35%
G 164 of 255 = 64%
B 152 of 255 = 60%

89
164
152

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

Portions of RGB colors in percentages

R + G + B =
89 + 164 + 152 = 405 (100%)
R 89 of 405 ~ 21.98%
G 164 of 405 ~ 40.49%
B 152 of 405 ~ 37.53%

%21.98
%40.49
%37.53

CMYK color model

#59A498 color CMYK value is (46,0,7,36).

  • cyan value is 45.73%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(46,0,7,36)
C46M0Y7K36 
(46%,0%,7%,36%)
(0.46/0.00/0.07/0.36)	

CMYK percentages

%45.73
%0
%7.32
%35.69

Codes

Color #59A498 in popluar color models

59A498
RGB89164152
HSL170°29.64%49.61%
HSB/HSV170°45.73%64.31%
CMYK45.73%0.00%7.32%
35.69%

Color #59A498 in popluar number systems.

HEX59A498
Decimal89164152
Binary10110011010010010011000
Octal131244230

Shades and tints

Shades of #59A498

#59A498
(89,164,152)
#51968B
(81,150,139)
#49887E
(73,136,126)
#417A71
(65,122,113)
#396C64
(57,108,100)
#315E57
(49,94,87)
#29504A
(41,80,74)
#21423D
(33,66,61)
#193430
(25,52,48)
#112623
(17,38,35)
#091816
(9,24,22)
#000000
(0,0,0)

Tints of #59A498

#59A498
(89,164,152)
#68ACA1
(104,172,161)
#77B4AA
(119,180,170)
#86BCB3
(134,188,179)
#95C4BC
(149,196,188)
#A4CCC5
(164,204,197)
#B3D4CE
(179,212,206)
#C2DCD7
(194,220,215)
#D1E4E0
(209,228,224)
#E0ECE9
(224,236,233)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A498 color. Also use rgb(89,164,152) instead hex code.

Text Font Color

.myTextColor { color: #59A498; }

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

This text font color is #59A498.


Background Color

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

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

This div background color is #59A498.


Border color

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

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

This div border color is #59A498.


Opacity

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

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

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

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

This text has shadow with #59A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A498 on black background.


Color preview on white background

This text has color #59A498 on white background.



Black color preview on #59A498 background

This text has black color on #59A498 background.


White color preview on #59A498 background

This text has white color on #59A498 background.