COLOR #59B89C

HEX: #59B89C RGB: (89,184,156)

Color info

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

RGB color model

#59B89C color RGB value is (89,184,156).

RGB: (89,184,156) (35%, 72%, 61%)

RGB channels and saturation

R 89 of 255 = 35%
G 184 of 255 = 72%
B 156 of 255 = 61%

89
184
156

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

Portions of RGB colors in percentages

R + G + B = 89 + 184 + 156 = 429 (100%)
R 89 of 429 ~ 20.75%
G 184 of 429 ~ 42.89%
B 156 of 429 ~ 36.36'%

%20.75
%42.89
%36.36

CMYK color model

#59B89C color CMYK value is (52,0,15,28).

  • cyan value is 51.63%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 27.84%

CMYK: (52,0,15,28)
C52M0Y15K28 (52%, 0%, 15%, 28%)
(0.52 / 0.00 / 0.15 / 0.28)

CMYK percentages

%51.63
%0
%15.22
%27.84

Codes

Color #59B89C in popluar color models

59 B8 9C
RGB 89 184 156
HSL 162° 40.08% 53.53%
HSB/HSV 162° 51.63% 72.16%
CMYK 51.63% 0.00% 15.22%
27.84%

Color #59B89C in popluar number systems.

HEX 59 B8 9C
Decimal 89 184 156
Binary 1011001 10111000 10011100
Octal 131 270 234

Shades and tints

Shades of #59B89C

#59B89C
(89,184,156)
#51A88E
(81,168,142)
#499880
(73,152,128)
#418872
(65,136,114)
#397864
(57,120,100)
#316856
(49,104,86)
#295848
(41,88,72)
#21483A
(33,72,58)
#19382C
(25,56,44)
#11281E
(17,40,30)
#091810
(9,24,16)
#000000
(0,0,0)

Tints of #59B89C

#59B89C
(89,184,156)
#68BEA5
(104,190,165)
#77C4AE
(119,196,174)
#86CAB7
(134,202,183)
#95D0C0
(149,208,192)
#A4D6C9
(164,214,201)
#B3DCD2
(179,220,210)
#C2E2DB
(194,226,219)
#D1E8E4
(209,232,228)
#E0EEED
(224,238,237)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B89C; }

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

This text font color is #59B89C.

Background Color

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

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

This div background color is #59B89C.

Border color

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

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

This div border color is #59B89C.

Opacity

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

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

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

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

This text has shadow with #59B89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59B89C.

Preview

Color preview on black background

This text has color #59B89C on black background.


Color preview on white background

This text has color #59B89C on white background.


Black color preview on #59B89C background

This text has black color on #59B89C background.


White color preview on #59B89C background

This text has white color on #59B89C background.


Related colors

Complementary color

Complementary color for #hex is #A64763.


I love getcolorcode.com

Triadic colors

1 #9C59B8 and #B89C59 with #59B89C are triadic colors.

2 #9CB859 and #B8599C with #59B89C are triadic colors.