COLOR #59B3AB

HEX: #59B3AB
RGB: (89,179,171)

Color info

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

RGB color model

#59B3AB color RGB value is (89,179,171).

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

RGB channels and saturation

R 89 of 255 = 35%
G 179 of 255 = 70%
B 171 of 255 = 67%

89
179
171

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

Portions of RGB colors in percentages

R + G + B =
89 + 179 + 171 = 439 (100%)
R 89 of 439 ~ 20.27%
G 179 of 439 ~ 40.77%
B 171 of 439 ~ 38.95%

%20.27
%40.77
%38.95

CMYK color model

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

  • cyan value is 50.28%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK:
(50,0,4,30)
C50M0Y4K30 
(50%,0%,4%,30%)
(0.50/0.00/0.04/0.30)	

CMYK percentages

%50.28
%0
%4.47
%29.8

Codes

Color #59B3AB in popluar color models

59B3AB
RGB89179171
HSL175°37.19%52.55%
HSB/HSV175°50.28%70.20%
CMYK50.28%0.00%4.47%
29.80%

Color #59B3AB in popluar number systems.

HEX59B3AB
Decimal89179171
Binary10110011011001110101011
Octal131263253

Shades and tints

Shades of #59B3AB

#59B3AB
(89,179,171)
#51A39C
(81,163,156)
#49938D
(73,147,141)
#41837E
(65,131,126)
#39736F
(57,115,111)
#316360
(49,99,96)
#295351
(41,83,81)
#214342
(33,67,66)
#193333
(25,51,51)
#112324
(17,35,36)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #59B3AB

#59B3AB
(89,179,171)
#68B9B2
(104,185,178)
#77BFB9
(119,191,185)
#86C5C0
(134,197,192)
#95CBC7
(149,203,199)
#A4D1CE
(164,209,206)
#B3D7D5
(179,215,213)
#C2DDDC
(194,221,220)
#D1E3E3
(209,227,227)
#E0E9EA
(224,233,234)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B3AB; }

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

This text font color is #59B3AB.


Background Color

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

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

This div background color is #59B3AB.


Border color

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

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

This div border color is #59B3AB.


Opacity

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

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

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

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

This text has shadow with #59B3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B3AB on black background.


Color preview on white background

This text has color #59B3AB on white background.



Black color preview on #59B3AB background

This text has black color on #59B3AB background.


White color preview on #59B3AB background

This text has white color on #59B3AB background.