COLOR #59B4BA

HEX: #59B4BA
RGB: (89,180,186)

Color info

#59B4BA contains mainly green and blue colors. Web safe color of #59B4BA is #66CCCC (or #6CC).

RGB color model

#59B4BA color RGB value is (89,180,186).

  • red value is 89;
  • green value is 180;
  • blue value is 186.
RGB:
(89,180,186)
(35%,71%,73%)

RGB channels and saturation

R 89 of 255 = 35%
G 180 of 255 = 71%
B 186 of 255 = 73%

89
180
186

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

Portions of RGB colors in percentages

R + G + B =
89 + 180 + 186 = 455 (100%)
R 89 of 455 ~ 19.56%
G 180 of 455 ~ 39.56%
B 186 of 455 ~ 40.88%

%19.56
%39.56
%40.88

CMYK color model

#59B4BA color CMYK value is (52,3,0,27).

  • cyan value is 52.15%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(52,3,0,27)
C52M3Y0K27 
(52%,3%,0%,27%)
(0.52/0.03/0.00/0.27)	

CMYK percentages

%52.15
%3.23
%0
%27.06

Codes

Color #59B4BA in popluar color models

59B4BA
RGB89180186
HSL184°41.28%53.92%
HSB/HSV184°52.15%72.94%
CMYK52.15%3.23%0.00%
27.06%

Color #59B4BA in popluar number systems.

HEX59B4BA
Decimal89180186
Binary10110011011010010111010
Octal131264272

Shades and tints

Shades of #59B4BA

#59B4BA
(89,180,186)
#51A4AA
(81,164,170)
#49949A
(73,148,154)
#41848A
(65,132,138)
#39747A
(57,116,122)
#31646A
(49,100,106)
#29545A
(41,84,90)
#21444A
(33,68,74)
#19343A
(25,52,58)
#11242A
(17,36,42)
#09141A
(9,20,26)
#000000
(0,0,0)

Tints of #59B4BA

#59B4BA
(89,180,186)
#68BAC0
(104,186,192)
#77C0C6
(119,192,198)
#86C6CC
(134,198,204)
#95CCD2
(149,204,210)
#A4D2D8
(164,210,216)
#B3D8DE
(179,216,222)
#C2DEE4
(194,222,228)
#D1E4EA
(209,228,234)
#E0EAF0
(224,234,240)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B4BA color. Also use rgb(89,180,186) instead hex code.

Text Font Color

.myTextColor { color: #59B4BA; }

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

This text font color is #59B4BA.


Background Color

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

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

This div background color is #59B4BA.


Border color

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

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

This div border color is #59B4BA.


Opacity

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

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

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

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

This text has shadow with #59B4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B4BA on black background.


Color preview on white background

This text has color #59B4BA on white background.



Black color preview on #59B4BA background

This text has black color on #59B4BA background.


White color preview on #59B4BA background

This text has white color on #59B4BA background.