COLOR #59B890

HEX: #59B890 RGB: (89,184,144)

Color info

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

RGB color model

#59B890 color RGB value is (89,184,144).

RGB: (89,184,144) (35%, 72%, 56%)

RGB channels and saturation

R 89 of 255 = 35%
G 184 of 255 = 72%
B 144 of 255 = 56%

89
184
144

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

Portions of RGB colors in percentages

R + G + B = 89 + 184 + 144 = 417 (100%)
R 89 of 417 ~ 21.34%
G 184 of 417 ~ 44.12%
B 144 of 417 ~ 34.53'%

%21.34
%44.12
%34.53

CMYK color model

#59B890 color CMYK value is (52,0,22,28).

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

CMYK: (52,0,22,28)
C52M0Y22K28 (52%, 0%, 22%, 28%)
(0.52 / 0.00 / 0.22 / 0.28)

CMYK percentages

%51.63
%0
%21.74
%27.84

Codes

Color #59B890 in popluar color models

59 B8 90
RGB 89 184 144
HSL 155° 40.08% 53.53%
HSB/HSV 155° 51.63% 72.16%
CMYK 51.63% 0.00% 21.74%
27.84%

Color #59B890 in popluar number systems.

HEX 59 B8 90
Decimal 89 184 144
Binary 1011001 10111000 10010000
Octal 131 270 220

Shades and tints

Shades of #59B890

#59B890
(89,184,144)
#51A883
(81,168,131)
#499876
(73,152,118)
#418869
(65,136,105)
#39785C
(57,120,92)
#31684F
(49,104,79)
#295842
(41,88,66)
#214835
(33,72,53)
#193828
(25,56,40)
#11281B
(17,40,27)
#09180E
(9,24,14)
#000000
(0,0,0)

Tints of #59B890

#59B890
(89,184,144)
#68BE9A
(104,190,154)
#77C4A4
(119,196,164)
#86CAAE
(134,202,174)
#95D0B8
(149,208,184)
#A4D6C2
(164,214,194)
#B3DCCC
(179,220,204)
#C2E2D6
(194,226,214)
#D1E8E0
(209,232,224)
#E0EEEA
(224,238,234)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B890; }

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

This text font color is #59B890.

Background Color

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

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

This div background color is #59B890.

Border color

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

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

This div border color is #59B890.

Opacity

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

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

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

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

This text has shadow with #59B890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59B890.

Preview

Color preview on black background

This text has color #59B890 on black background.


Color preview on white background

This text has color #59B890 on white background.


Black color preview on #59B890 background

This text has black color on #59B890 background.


White color preview on #59B890 background

This text has white color on #59B890 background.


Related colors

Complementary color

Complementary color for #hex is #A6476F.


I love getcolorcode.com

Triadic colors

1 #9059B8 and #B89059 with #59B890 are triadic colors.

2 #90B859 and #B85990 with #59B890 are triadic colors.