COLOR #59C190

HEX: #59C190
RGB: (89,193,144)

Color info

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

RGB color model

#59C190 color RGB value is (89,193,144).

  • red value is 89;
  • green value is 193;
  • blue value is 144.
RGB:
(89,193,144)
(35%,76%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 193 of 255 = 76%
B 144 of 255 = 56%

89
193
144

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

Portions of RGB colors in percentages

R + G + B =
89 + 193 + 144 = 426 (100%)
R 89 of 426 ~ 20.89%
G 193 of 426 ~ 45.31%
B 144 of 426 ~ 33.8%

%20.89
%45.31
%33.8

CMYK color model

#59C190 color CMYK value is (54,0,25,24).

  • cyan value is 53.89%
  • magenta value is 0.00%
  • yellow value is 25.39%
  • key color value is 24.31%
CMYK:
(54,0,25,24)
C54M0Y25K24 
(54%,0%,25%,24%)
(0.54/0.00/0.25/0.24)	

CMYK percentages

%53.89
%0
%25.39
%24.31

Codes

Color #59C190 in popluar color models

59C190
RGB89193144
HSL152°45.61%55.29%
HSB/HSV152°53.89%75.69%
CMYK53.89%0.00%25.39%
24.31%

Color #59C190 in popluar number systems.

HEX59C190
Decimal89193144
Binary10110011100000110010000
Octal131301220

Shades and tints

Shades of #59C190

#59C190
(89,193,144)
#51B083
(81,176,131)
#499F76
(73,159,118)
#418E69
(65,142,105)
#397D5C
(57,125,92)
#316C4F
(49,108,79)
#295B42
(41,91,66)
#214A35
(33,74,53)
#193928
(25,57,40)
#11281B
(17,40,27)
#09170E
(9,23,14)
#000000
(0,0,0)

Tints of #59C190

#59C190
(89,193,144)
#68C69A
(104,198,154)
#77CBA4
(119,203,164)
#86D0AE
(134,208,174)
#95D5B8
(149,213,184)
#A4DAC2
(164,218,194)
#B3DFCC
(179,223,204)
#C2E4D6
(194,228,214)
#D1E9E0
(209,233,224)
#E0EEEA
(224,238,234)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C190 color. Also use rgb(89,193,144) instead hex code.

Text Font Color

.myTextColor { color: #59C190; }

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

This text font color is #59C190.


Background Color

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

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

This div background color is #59C190.


Border color

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

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

This div border color is #59C190.


Opacity

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

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

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

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

This text has shadow with #59C190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C190 on black background.


Color preview on white background

This text has color #59C190 on white background.



Black color preview on #59C190 background

This text has black color on #59C190 background.


White color preview on #59C190 background

This text has white color on #59C190 background.