COLOR #59A78F

HEX: #59A78F RGB: (89,167,143)

Color info

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

RGB color model

#59A78F color RGB value is (89,167,143).

RGB: (89,167,143) (35%, 65%, 56%)

RGB channels and saturation

R 89 of 255 = 35%
G 167 of 255 = 65%
B 143 of 255 = 56%

89
167
143

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

Portions of RGB colors in percentages

R + G + B = 89 + 167 + 143 = 399 (100%)
R 89 of 399 ~ 22.31%
G 167 of 399 ~ 41.85%
B 143 of 399 ~ 35.84'%

%22.31
%41.85
%35.84

CMYK color model

#59A78F color CMYK value is (47,0,14,35).

  • cyan value is 46.71%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 34.51%

CMYK: (47,0,14,35)
C47M0Y14K35 (47%, 0%, 14%, 35%)
(0.47 / 0.00 / 0.14 / 0.35)

CMYK percentages

%46.71
%0
%14.37
%34.51

Codes

Color #59A78F in popluar color models

59 A7 8F
RGB 89 167 143
HSL 162° 30.71% 50.20%
HSB/HSV 162° 46.71% 65.49%
CMYK 46.71% 0.00% 14.37%
34.51%

Color #59A78F in popluar number systems.

HEX 59 A7 8F
Decimal 89 167 143
Binary 1011001 10100111 10001111
Octal 131 247 217

Shades and tints

Shades of #59A78F

#59A78F
(89,167,143)
#519882
(81,152,130)
#498975
(73,137,117)
#417A68
(65,122,104)
#396B5B
(57,107,91)
#315C4E
(49,92,78)
#294D41
(41,77,65)
#213E34
(33,62,52)
#192F27
(25,47,39)
#11201A
(17,32,26)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #59A78F

#59A78F
(89,167,143)
#68AF99
(104,175,153)
#77B7A3
(119,183,163)
#86BFAD
(134,191,173)
#95C7B7
(149,199,183)
#A4CFC1
(164,207,193)
#B3D7CB
(179,215,203)
#C2DFD5
(194,223,213)
#D1E7DF
(209,231,223)
#E0EFE9
(224,239,233)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A78F; }

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

This text font color is #59A78F.

Background Color

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

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

This div background color is #59A78F.

Border color

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

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

This div border color is #59A78F.

Opacity

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

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

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

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

This text has shadow with #59A78F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59A78F.

Preview

Color preview on black background

This text has color #59A78F on black background.


Color preview on white background

This text has color #59A78F on white background.


Black color preview on #59A78F background

This text has black color on #59A78F background.


White color preview on #59A78F background

This text has white color on #59A78F background.


Related colors

Complementary color

Complementary color for #hex is #A65870.


I love getcolorcode.com

Triadic colors

1 #8F59A7 and #A78F59 with #59A78F are triadic colors.

2 #8FA759 and #A7598F with #59A78F are triadic colors.