COLOR #59ABA8

HEX: #59ABA8 RGB: (89,171,168)

Color info

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

RGB color model

#59ABA8 color RGB value is (89,171,168).

RGB: (89,171,168) (35%, 67%, 66%)

RGB channels and saturation

R 89 of 255 = 35%
G 171 of 255 = 67%
B 168 of 255 = 66%

89
171
168

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

Portions of RGB colors in percentages

R + G + B = 89 + 171 + 168 = 428 (100%)
R 89 of 428 ~ 20.79%
G 171 of 428 ~ 39.95%
B 168 of 428 ~ 39.25'%

%20.79
%39.95
%39.25

CMYK color model

#59ABA8 color CMYK value is (48,0,2,33).

  • cyan value is 47.95%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 32.94%

CMYK: (48,0,2,33)
C48M0Y2K33 (48%, 0%, 2%, 33%)
(0.48 / 0.00 / 0.02 / 0.33)

CMYK percentages

%47.95
%0
%1.75
%32.94

Codes

Color #59ABA8 in popluar color models

59 AB A8
RGB 89 171 168
HSL 178° 32.80% 50.98%
HSB/HSV 178° 47.95% 67.06%
CMYK 47.95% 0.00% 1.75%
32.94%

Color #59ABA8 in popluar number systems.

HEX 59 AB A8
Decimal 89 171 168
Binary 1011001 10101011 10101000
Octal 131 253 250

Shades and tints

Shades of #59ABA8

#59ABA8
(89,171,168)
#519C99
(81,156,153)
#498D8A
(73,141,138)
#417E7B
(65,126,123)
#396F6C
(57,111,108)
#31605D
(49,96,93)
#29514E
(41,81,78)
#21423F
(33,66,63)
#193330
(25,51,48)
#112421
(17,36,33)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #59ABA8

#59ABA8
(89,171,168)
#68B2AF
(104,178,175)
#77B9B6
(119,185,182)
#86C0BD
(134,192,189)
#95C7C4
(149,199,196)
#A4CECB
(164,206,203)
#B3D5D2
(179,213,210)
#C2DCD9
(194,220,217)
#D1E3E0
(209,227,224)
#E0EAE7
(224,234,231)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59ABA8; }

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

This text font color is #59ABA8.

Background Color

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

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

This div background color is #59ABA8.

Border color

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

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

This div border color is #59ABA8.

Opacity

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

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

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

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

This text has shadow with #59ABA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59ABA8.

Preview

Color preview on black background

This text has color #59ABA8 on black background.


Color preview on white background

This text has color #59ABA8 on white background.


Black color preview on #59ABA8 background

This text has black color on #59ABA8 background.


White color preview on #59ABA8 background

This text has white color on #59ABA8 background.


Related colors

Complementary color

Complementary color for #hex is #A65457.


I love getcolorcode.com

Triadic colors

1 #A859AB and #ABA859 with #59ABA8 are triadic colors.

2 #A8AB59 and #AB59A8 with #59ABA8 are triadic colors.