COLOR #59CA9A

HEX: #59CA9A RGB: (89,202,154)

Color info

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

RGB color model

#59CA9A color RGB value is (89,202,154).

RGB: (89,202,154) (35%, 79%, 60%)

RGB channels and saturation

R 89 of 255 = 35%
G 202 of 255 = 79%
B 154 of 255 = 60%

89
202
154

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

Portions of RGB colors in percentages

R + G + B = 89 + 202 + 154 = 445 (100%)
R 89 of 445 ~ 20%
G 202 of 445 ~ 45.39%
B 154 of 445 ~ 34.61'%

%20
%45.39
%34.61

CMYK color model

#59CA9A color CMYK value is (56,0,24,21).

  • cyan value is 55.94%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 20.78%

CMYK: (56,0,24,21)
C56M0Y24K21 (56%, 0%, 24%, 21%)
(0.56 / 0.00 / 0.24 / 0.21)

CMYK percentages

%55.94
%0
%23.76
%20.78

Codes

Color #59CA9A in popluar color models

59 CA 9A
RGB 89 202 154
HSL 155° 51.60% 57.06%
HSB/HSV 155° 55.94% 79.22%
CMYK 55.94% 0.00% 23.76%
20.78%

Color #59CA9A in popluar number systems.

HEX 59 CA 9A
Decimal 89 202 154
Binary 1011001 11001010 10011010
Octal 131 312 232

Shades and tints

Shades of #59CA9A

#59CA9A
(89,202,154)
#51B88C
(81,184,140)
#49A67E
(73,166,126)
#419470
(65,148,112)
#398262
(57,130,98)
#317054
(49,112,84)
#295E46
(41,94,70)
#214C38
(33,76,56)
#193A2A
(25,58,42)
#11281C
(17,40,28)
#09160E
(9,22,14)
#000000
(0,0,0)

Tints of #59CA9A

#59CA9A
(89,202,154)
#68CEA3
(104,206,163)
#77D2AC
(119,210,172)
#86D6B5
(134,214,181)
#95DABE
(149,218,190)
#A4DEC7
(164,222,199)
#B3E2D0
(179,226,208)
#C2E6D9
(194,230,217)
#D1EAE2
(209,234,226)
#E0EEEB
(224,238,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59CA9A color. Also use rgb(89,202,154) instead hex code.

Text Font Color

.myTextColor { color: #59CA9A; }

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

This text font color is #59CA9A.

Background Color

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

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

This div background color is #59CA9A.

Border color

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

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

This div border color is #59CA9A.

Opacity

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

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

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

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

This text has shadow with #59CA9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59CA9A.

Preview

Color preview on black background

This text has color #59CA9A on black background.


Color preview on white background

This text has color #59CA9A on white background.


Black color preview on #59CA9A background

This text has black color on #59CA9A background.


White color preview on #59CA9A background

This text has white color on #59CA9A background.


Related colors

Complementary color

Complementary color for #hex is #A63565.


I love getcolorcode.com

Triadic colors

1 #9A59CA and #CA9A59 with #59CA9A are triadic colors.

2 #9ACA59 and #CA599A with #59CA9A are triadic colors.