COLOR #59B98F

HEX: #59B98F
RGB: (89,185,143)

Color info

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

RGB color model

#59B98F color RGB value is (89,185,143).

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

RGB channels and saturation

R 89 of 255 = 35%
G 185 of 255 = 73%
B 143 of 255 = 56%

89
185
143

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

Portions of RGB colors in percentages

R + G + B =
89 + 185 + 143 = 417 (100%)
R 89 of 417 ~ 21.34%
G 185 of 417 ~ 44.36%
B 143 of 417 ~ 34.29%

%21.34
%44.36
%34.29

CMYK color model

#59B98F color CMYK value is (52,0,23,27).

  • cyan value is 51.89%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 27.45%
CMYK:
(52,0,23,27)
C52M0Y23K27 
(52%,0%,23%,27%)
(0.52/0.00/0.23/0.27)	

CMYK percentages

%51.89
%0
%22.7
%27.45

Codes

Color #59B98F in popluar color models

59B98F
RGB89185143
HSL154°40.68%53.73%
HSB/HSV154°51.89%72.55%
CMYK51.89%0.00%22.70%
27.45%

Color #59B98F in popluar number systems.

HEX59B98F
Decimal89185143
Binary10110011011100110001111
Octal131271217

Shades and tints

Shades of #59B98F

#59B98F
(89,185,143)
#51A982
(81,169,130)
#499975
(73,153,117)
#418968
(65,137,104)
#39795B
(57,121,91)
#31694E
(49,105,78)
#295941
(41,89,65)
#214934
(33,73,52)
#193927
(25,57,39)
#11291A
(17,41,26)
#09190D
(9,25,13)
#000000
(0,0,0)

Tints of #59B98F

#59B98F
(89,185,143)
#68BF99
(104,191,153)
#77C5A3
(119,197,163)
#86CBAD
(134,203,173)
#95D1B7
(149,209,183)
#A4D7C1
(164,215,193)
#B3DDCB
(179,221,203)
#C2E3D5
(194,227,213)
#D1E9DF
(209,233,223)
#E0EFE9
(224,239,233)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B98F; }

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

This text font color is #59B98F.


Background Color

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

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

This div background color is #59B98F.


Border color

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

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

This div border color is #59B98F.


Opacity

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

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

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

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

This text has shadow with #59B98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B98F on black background.


Color preview on white background

This text has color #59B98F on white background.



Black color preview on #59B98F background

This text has black color on #59B98F background.


White color preview on #59B98F background

This text has white color on #59B98F background.