COLOR #59B9A8

HEX: #59B9A8
RGB: (89,185,168)

Color info

#59B9A8 contains mainly green and blue colors. Web safe color of #59B9A8 is #66CC99 (or #6C9).

RGB color model

#59B9A8 color RGB value is (89,185,168).

  • red value is 89;
  • green value is 185;
  • blue value is 168.
RGB: (89,185,168) (35%,73%,66%)

RGB channels and saturation

R 89 of 255 = 35%
G 185 of 255 = 73%
B 168 of 255 = 66%

89
185
168

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

Portions of RGB colors in percentages

R + G + B =
89 + 185 + 168 = 442 (100%)
R 89 of 442 ~ 20.14%
G 185 of 442 ~ 41.86%
B 168 of 442 ~ 38.01%

%20.14
%41.86
%38.01

CMYK color model

#59B9A8 color CMYK value is (52,0,9,27).

  • cyan value is 51.89%
  • magenta value is 0.00%
  • yellow value is 9.19%
  • key color value is 27.45%
CMYK: (52,0,9,27) C52M0Y9K27 (52%,0%,9%,27%) (0.52/0.00/0.09/0.27)

CMYK percentages

%51.89
%0
%9.19
%27.45

Codes

Color #59B9A8 in popluar color models

59B9A8
RGB89185168
HSL169°40.68%53.73%
HSB/HSV169°51.89%72.55%
CMYK51.89%0.00%9.19%
27.45%

Color #59B9A8 in popluar number systems.

HEX59B9A8
Decimal89185168
Binary10110011011100110101000
Octal131271250

Shades and tints

Shades of #59B9A8

#59B9A8
(89,185,168)
#51A999
(81,169,153)
#49998A
(73,153,138)
#41897B
(65,137,123)
#39796C
(57,121,108)
#31695D
(49,105,93)
#29594E
(41,89,78)
#21493F
(33,73,63)
#193930
(25,57,48)
#112921
(17,41,33)
#091912
(9,25,18)
#000000
(0,0,0)

Tints of #59B9A8

#59B9A8
(89,185,168)
#68BFAF
(104,191,175)
#77C5B6
(119,197,182)
#86CBBD
(134,203,189)
#95D1C4
(149,209,196)
#A4D7CB
(164,215,203)
#B3DDD2
(179,221,210)
#C2E3D9
(194,227,217)
#D1E9E0
(209,233,224)
#E0EFE7
(224,239,231)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B9A8 color. Also use rgb(89,185,168) instead hex code.

Text Font Color

.myTextColor { color: #59B9A8; }

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

This text font color is #59B9A8.


Background Color

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

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

This div background color is #59B9A8.


Border color

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

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

This div border color is #59B9A8.


Opacity

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

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

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

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

This text has shadow with #59B9A8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #59B9A8 on black background.


Color preview on white background

This text has color #59B9A8 on white background.



Black color preview on #59B9A8 background

This text has black color on #59B9A8 background.


White color preview on #59B9A8 background

This text has white color on #59B9A8 background.