COLOR #59ABBF

HEX: #59ABBF
RGB: (89,171,191)

Color info

#59ABBF contains mainly green and blue colors. Web safe color of #59ABBF is #6699CC (or #69C).

RGB color model

#59ABBF color RGB value is (89,171,191).

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

RGB channels and saturation

R 89 of 255 = 35%
G 171 of 255 = 67%
B 191 of 255 = 75%

89
171
191

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

Portions of RGB colors in percentages

R + G + B =
89 + 171 + 191 = 451 (100%)
R 89 of 451 ~ 19.73%
G 171 of 451 ~ 37.92%
B 191 of 451 ~ 42.35%

%19.73
%37.92
%42.35

CMYK color model

#59ABBF color CMYK value is (53,10,0,25).

  • cyan value is 53.40%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(53,10,0,25)
C53M10Y0K25 
(53%,10%,0%,25%)
(0.53/0.10/0.00/0.25)	

CMYK percentages

%53.4
%10.47
%0
%25.1

Codes

Color #59ABBF in popluar color models

59ABBF
RGB89171191
HSL192°44.35%54.90%
HSB/HSV192°53.40%74.90%
CMYK53.40%10.47%0.00%
25.10%

Color #59ABBF in popluar number systems.

HEX59ABBF
Decimal89171191
Binary10110011010101110111111
Octal131253277

Shades and tints

Shades of #59ABBF

#59ABBF
(89,171,191)
#519CAE
(81,156,174)
#498D9D
(73,141,157)
#417E8C
(65,126,140)
#396F7B
(57,111,123)
#31606A
(49,96,106)
#295159
(41,81,89)
#214248
(33,66,72)
#193337
(25,51,55)
#112426
(17,36,38)
#091515
(9,21,21)
#000000
(0,0,0)

Tints of #59ABBF

#59ABBF
(89,171,191)
#68B2C4
(104,178,196)
#77B9C9
(119,185,201)
#86C0CE
(134,192,206)
#95C7D3
(149,199,211)
#A4CED8
(164,206,216)
#B3D5DD
(179,213,221)
#C2DCE2
(194,220,226)
#D1E3E7
(209,227,231)
#E0EAEC
(224,234,236)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59ABBF; }

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

This text font color is #59ABBF.


Background Color

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

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

This div background color is #59ABBF.


Border color

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

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

This div border color is #59ABBF.


Opacity

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

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

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

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

This text has shadow with #59ABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59ABBF on black background.


Color preview on white background

This text has color #59ABBF on white background.



Black color preview on #59ABBF background

This text has black color on #59ABBF background.


White color preview on #59ABBF background

This text has white color on #59ABBF background.