COLOR #59B395

HEX: #59B395
RGB: (89,179,149)

Color info

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

RGB color model

#59B395 color RGB value is (89,179,149).

  • red value is 89;
  • green value is 179;
  • blue value is 149.
RGB:
(89,179,149)
(35%,70%,58%)

RGB channels and saturation

R 89 of 255 = 35%
G 179 of 255 = 70%
B 149 of 255 = 58%

89
179
149

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

Portions of RGB colors in percentages

R + G + B =
89 + 179 + 149 = 417 (100%)
R 89 of 417 ~ 21.34%
G 179 of 417 ~ 42.93%
B 149 of 417 ~ 35.73%

%21.34
%42.93
%35.73

CMYK color model

#59B395 color CMYK value is (50,0,17,30).

  • cyan value is 50.28%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(50,0,17,30)
C50M0Y17K30 
(50%,0%,17%,30%)
(0.50/0.00/0.17/0.30)	

CMYK percentages

%50.28
%0
%16.76
%29.8

Codes

Color #59B395 in popluar color models

59B395
RGB89179149
HSL160°37.19%52.55%
HSB/HSV160°50.28%70.20%
CMYK50.28%0.00%16.76%
29.80%

Color #59B395 in popluar number systems.

HEX59B395
Decimal89179149
Binary10110011011001110010101
Octal131263225

Shades and tints

Shades of #59B395

#59B395
(89,179,149)
#51A388
(81,163,136)
#49937B
(73,147,123)
#41836E
(65,131,110)
#397361
(57,115,97)
#316354
(49,99,84)
#295347
(41,83,71)
#21433A
(33,67,58)
#19332D
(25,51,45)
#112320
(17,35,32)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #59B395

#59B395
(89,179,149)
#68B99E
(104,185,158)
#77BFA7
(119,191,167)
#86C5B0
(134,197,176)
#95CBB9
(149,203,185)
#A4D1C2
(164,209,194)
#B3D7CB
(179,215,203)
#C2DDD4
(194,221,212)
#D1E3DD
(209,227,221)
#E0E9E6
(224,233,230)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B395 color. Also use rgb(89,179,149) instead hex code.

Text Font Color

.myTextColor { color: #59B395; }

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

This text font color is #59B395.


Background Color

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

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

This div background color is #59B395.


Border color

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

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

This div border color is #59B395.


Opacity

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

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

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

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

This text has shadow with #59B395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B395 on black background.


Color preview on white background

This text has color #59B395 on white background.



Black color preview on #59B395 background

This text has black color on #59B395 background.


White color preview on #59B395 background

This text has white color on #59B395 background.