COLOR #59BE98

HEX: #59BE98
RGB: (89,190,152)

Color info

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

RGB color model

#59BE98 color RGB value is (89,190,152).

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

RGB channels and saturation

R 89 of 255 = 35%
G 190 of 255 = 75%
B 152 of 255 = 60%

89
190
152

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

Portions of RGB colors in percentages

R + G + B =
89 + 190 + 152 = 431 (100%)
R 89 of 431 ~ 20.65%
G 190 of 431 ~ 44.08%
B 152 of 431 ~ 35.27%

%20.65
%44.08
%35.27

CMYK color model

#59BE98 color CMYK value is (53,0,20,25).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(53,0,20,25)
C53M0Y20K25 
(53%,0%,20%,25%)
(0.53/0.00/0.20/0.25)	

CMYK percentages

%53.16
%0
%20
%25.49

Codes

Color #59BE98 in popluar color models

59BE98
RGB89190152
HSL157°43.72%54.71%
HSB/HSV157°53.16%74.51%
CMYK53.16%0.00%20.00%
25.49%

Color #59BE98 in popluar number systems.

HEX59BE98
Decimal89190152
Binary10110011011111010011000
Octal131276230

Shades and tints

Shades of #59BE98

#59BE98
(89,190,152)
#51AD8B
(81,173,139)
#499C7E
(73,156,126)
#418B71
(65,139,113)
#397A64
(57,122,100)
#316957
(49,105,87)
#29584A
(41,88,74)
#21473D
(33,71,61)
#193630
(25,54,48)
#112523
(17,37,35)
#091416
(9,20,22)
#000000
(0,0,0)

Tints of #59BE98

#59BE98
(89,190,152)
#68C3A1
(104,195,161)
#77C8AA
(119,200,170)
#86CDB3
(134,205,179)
#95D2BC
(149,210,188)
#A4D7C5
(164,215,197)
#B3DCCE
(179,220,206)
#C2E1D7
(194,225,215)
#D1E6E0
(209,230,224)
#E0EBE9
(224,235,233)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59BE98; }

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

This text font color is #59BE98.


Background Color

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

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

This div background color is #59BE98.


Border color

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

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

This div border color is #59BE98.


Opacity

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

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

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

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

This text has shadow with #59BE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BE98 on black background.


Color preview on white background

This text has color #59BE98 on white background.



Black color preview on #59BE98 background

This text has black color on #59BE98 background.


White color preview on #59BE98 background

This text has white color on #59BE98 background.