COLOR #59BE92

HEX: #59BE92
RGB: (89,190,146)

Color info

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

RGB color model

#59BE92 color RGB value is (89,190,146).

  • red value is 89;
  • green value is 190;
  • blue value is 146.
RGB:
(89,190,146)
(35%,75%,57%)

RGB channels and saturation

R 89 of 255 = 35%
G 190 of 255 = 75%
B 146 of 255 = 57%

89
190
146

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

Portions of RGB colors in percentages

R + G + B =
89 + 190 + 146 = 425 (100%)
R 89 of 425 ~ 20.94%
G 190 of 425 ~ 44.71%
B 146 of 425 ~ 34.35%

%20.94
%44.71
%34.35

CMYK color model

#59BE92 color CMYK value is (53,0,23,25).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 25.49%
CMYK:
(53,0,23,25)
C53M0Y23K25 
(53%,0%,23%,25%)
(0.53/0.00/0.23/0.25)	

CMYK percentages

%53.16
%0
%23.16
%25.49

Codes

Color #59BE92 in popluar color models

59BE92
RGB89190146
HSL154°43.72%54.71%
HSB/HSV154°53.16%74.51%
CMYK53.16%0.00%23.16%
25.49%

Color #59BE92 in popluar number systems.

HEX59BE92
Decimal89190146
Binary10110011011111010010010
Octal131276222

Shades and tints

Shades of #59BE92

#59BE92
(89,190,146)
#51AD85
(81,173,133)
#499C78
(73,156,120)
#418B6B
(65,139,107)
#397A5E
(57,122,94)
#316951
(49,105,81)
#295844
(41,88,68)
#214737
(33,71,55)
#19362A
(25,54,42)
#11251D
(17,37,29)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #59BE92

#59BE92
(89,190,146)
#68C39B
(104,195,155)
#77C8A4
(119,200,164)
#86CDAD
(134,205,173)
#95D2B6
(149,210,182)
#A4D7BF
(164,215,191)
#B3DCC8
(179,220,200)
#C2E1D1
(194,225,209)
#D1E6DA
(209,230,218)
#E0EBE3
(224,235,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59BE92 color. Also use rgb(89,190,146) instead hex code.

Text Font Color

.myTextColor { color: #59BE92; }

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

This text font color is #59BE92.


Background Color

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

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

This div background color is #59BE92.


Border color

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

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

This div border color is #59BE92.


Opacity

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

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

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

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

This text has shadow with #59BE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BE92 on black background.


Color preview on white background

This text has color #59BE92 on white background.



Black color preview on #59BE92 background

This text has black color on #59BE92 background.


White color preview on #59BE92 background

This text has white color on #59BE92 background.