COLOR #59B1AB

HEX: #59B1AB
RGB: (89,177,171)

Color info

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

RGB color model

#59B1AB color RGB value is (89,177,171).

  • red value is 89;
  • green value is 177;
  • blue value is 171.
RGB:
(89,177,171)
(35%,69%,67%)

RGB channels and saturation

R 89 of 255 = 35%
G 177 of 255 = 69%
B 171 of 255 = 67%

89
177
171

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

Portions of RGB colors in percentages

R + G + B =
89 + 177 + 171 = 437 (100%)
R 89 of 437 ~ 20.37%
G 177 of 437 ~ 40.5%
B 171 of 437 ~ 39.13%

%20.37
%40.5
%39.13

CMYK color model

#59B1AB color CMYK value is (50,0,3,31).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%
CMYK:
(50,0,3,31)
C50M0Y3K31 
(50%,0%,3%,31%)
(0.50/0.00/0.03/0.31)	

CMYK percentages

%49.72
%0
%3.39
%30.59

Codes

Color #59B1AB in popluar color models

59B1AB
RGB89177171
HSL176°36.07%52.16%
HSB/HSV176°49.72%69.41%
CMYK49.72%0.00%3.39%
30.59%

Color #59B1AB in popluar number systems.

HEX59B1AB
Decimal89177171
Binary10110011011000110101011
Octal131261253

Shades and tints

Shades of #59B1AB

#59B1AB
(89,177,171)
#51A19C
(81,161,156)
#49918D
(73,145,141)
#41817E
(65,129,126)
#39716F
(57,113,111)
#316160
(49,97,96)
#295151
(41,81,81)
#214142
(33,65,66)
#193133
(25,49,51)
#112124
(17,33,36)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #59B1AB

#59B1AB
(89,177,171)
#68B8B2
(104,184,178)
#77BFB9
(119,191,185)
#86C6C0
(134,198,192)
#95CDC7
(149,205,199)
#A4D4CE
(164,212,206)
#B3DBD5
(179,219,213)
#C2E2DC
(194,226,220)
#D1E9E3
(209,233,227)
#E0F0EA
(224,240,234)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B1AB color. Also use rgb(89,177,171) instead hex code.

Text Font Color

.myTextColor { color: #59B1AB; }

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

This text font color is #59B1AB.


Background Color

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

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

This div background color is #59B1AB.


Border color

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

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

This div border color is #59B1AB.


Opacity

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

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

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

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

This text has shadow with #59B1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B1AB on black background.


Color preview on white background

This text has color #59B1AB on white background.



Black color preview on #59B1AB background

This text has black color on #59B1AB background.


White color preview on #59B1AB background

This text has white color on #59B1AB background.