COLOR #59B27C

HEX: #59B27C RGB: (89,178,124)

Color info

#59B27C contains mainly green and blue colors. Web safe color of #59B27C is #669966 (or #696).

RGB color model

#59B27C color RGB value is (89,178,124).

RGB: (89,178,124) (35%, 70%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 178 of 255 = 70%
B 124 of 255 = 49%

89
178
124

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

Portions of RGB colors in percentages

R + G + B = 89 + 178 + 124 = 391 (100%)
R 89 of 391 ~ 22.76%
G 178 of 391 ~ 45.52%
B 124 of 391 ~ 31.71'%

%22.76
%45.52
%31.71

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 30.20%

CMYK: (50,0,30,30)
C50M0Y30K30 (50%, 0%, 30%, 30%)
(0.50 / 0.00 / 0.30 / 0.30)

CMYK percentages

%50
%0
%30.34
%30.2

Codes

Color #59B27C in popluar color models

59 B2 7C
RGB 89 178 124
HSL 144° 36.63% 52.35%
HSB/HSV 144° 50.00% 69.80%
CMYK 50.00% 0.00% 30.34%
30.20%

Color #59B27C in popluar number systems.

HEX 59 B2 7C
Decimal 89 178 124
Binary 1011001 10110010 1111100
Octal 131 262 174

Shades and tints

Shades of #59B27C

#59B27C
(89,178,124)
#51A271
(81,162,113)
#499266
(73,146,102)
#41825B
(65,130,91)
#397250
(57,114,80)
#316245
(49,98,69)
#29523A
(41,82,58)
#21422F
(33,66,47)
#193224
(25,50,36)
#112219
(17,34,25)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #59B27C

#59B27C
(89,178,124)
#68B987
(104,185,135)
#77C092
(119,192,146)
#86C79D
(134,199,157)
#95CEA8
(149,206,168)
#A4D5B3
(164,213,179)
#B3DCBE
(179,220,190)
#C2E3C9
(194,227,201)
#D1EAD4
(209,234,212)
#E0F1DF
(224,241,223)
#EFF8EA
(239,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B27C color. Also use rgb(89,178,124) instead hex code.

Text Font Color

.myTextColor { color: #59B27C; }

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

This text font color is #59B27C.

Background Color

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

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

This div background color is #59B27C.

Border color

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

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

This div border color is #59B27C.

Opacity

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

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

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

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

This text has shadow with #59B27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59B27C.

Preview

Color preview on black background

This text has color #59B27C on black background.


Color preview on white background

This text has color #59B27C on white background.


Black color preview on #59B27C background

This text has black color on #59B27C background.


White color preview on #59B27C background

This text has white color on #59B27C background.


Related colors

Complementary color

Complementary color for #hex is #A64D83.


I love getcolorcode.com

Triadic colors

1 #7C59B2 and #B27C59 with #59B27C are triadic colors.

2 #7CB259 and #B2597C with #59B27C are triadic colors.