COLOR #59B78F

HEX: #59B78F RGB: (89,183,143)

Color info

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

RGB color model

#59B78F color RGB value is (89,183,143).

RGB: (89,183,143) (35%, 72%, 56%)

RGB channels and saturation

R 89 of 255 = 35%
G 183 of 255 = 72%
B 143 of 255 = 56%

89
183
143

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

Portions of RGB colors in percentages

R + G + B = 89 + 183 + 143 = 415 (100%)
R 89 of 415 ~ 21.45%
G 183 of 415 ~ 44.1%
B 143 of 415 ~ 34.46'%

%21.45
%44.1
%34.46

CMYK color model

#59B78F color CMYK value is (51,0,22,28).

  • cyan value is 51.37%
  • magenta value is 0.00%
  • yellow value is 21.86%
  • key color value is 28.24%
CMYK: (51,0,22,28) C51M0Y22K28 (51%,0%,22%,28%) (0.51/0.00/0.22/0.28) 

CMYK percentages

%51.37
%0
%21.86
%28.24

Codes

Color #59B78F in popluar color models

59 B7 8F
RGB 89 183 143
HSL 154° 39.50% 53.33%
HSB/HSV 154° 51.37% 71.76%
CMYK 51.37% 0.00% 21.86%
28.24%

Color #59B78F in popluar number systems.

HEX 59 B7 8F
Decimal 89 183 143
Binary 1011001 10110111 10001111
Octal 131 267 217

Shades and tints

Shades of #59B78F

#59B78F
(89,183,143)
#51A782
(81,167,130)
#499775
(73,151,117)
#418768
(65,135,104)
#39775B
(57,119,91)
#31674E
(49,103,78)
#295741
(41,87,65)
#214734
(33,71,52)
#193727
(25,55,39)
#11271A
(17,39,26)
#09170D
(9,23,13)
#000000
(0,0,0)

Tints of #59B78F

#59B78F
(89,183,143)
#68BD99
(104,189,153)
#77C3A3
(119,195,163)
#86C9AD
(134,201,173)
#95CFB7
(149,207,183)
#A4D5C1
(164,213,193)
#B3DBCB
(179,219,203)
#C2E1D5
(194,225,213)
#D1E7DF
(209,231,223)
#E0EDE9
(224,237,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B78F color. Also use rgb(89,183,143) instead hex code.

Text Font Color

.myTextColor { color: #59B78F; }

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

This text font color is #59B78F.

Background Color

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

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

This div background color is #59B78F.

Border color

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

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

This div border color is #59B78F.

Opacity

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

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

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

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

This text has shadow with #59B78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59B78F.

Preview

Color preview on black background

This text has color #59B78F on black background.


Color preview on white background

This text has color #59B78F on white background.


Black color preview on #59B78F background

This text has black color on #59B78F background.


White color preview on #59B78F background

This text has white color on #59B78F background.


Related colors

Complementary color

Complementary color for #hex is #A64870.


I love getcolorcode.com

Triadic colors

1 #8F59B7 and #B78F59 with #59B78F are triadic colors.

2 #8FB759 and #B7598F with #59B78F are triadic colors.