COLOR #59CCBA

HEX: #59CCBA
RGB: (89,204,186)

Color info

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

RGB color model

#59CCBA color RGB value is (89,204,186).

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

RGB channels and saturation

R 89 of 255 = 35%
G 204 of 255 = 80%
B 186 of 255 = 73%

89
204
186

R + G + B ~ 63%. #59CCBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 204 + 186 = 479 (100%)
R 89 of 479 ~ 18.58%
G 204 of 479 ~ 42.59%
B 186 of 479 ~ 38.83%

%18.58
%42.59
%38.83

CMYK color model

#59CCBA color CMYK value is (56,0,9,20).

  • cyan value is 56.37%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 20.00%
CMYK:
(56,0,9,20)
C56M0Y9K20 
(56%,0%,9%,20%)
(0.56/0.00/0.09/0.20)	

CMYK percentages

%56.37
%0
%8.82
%20

Codes

Color #59CCBA in popluar color models

59CCBA
RGB89204186
HSL171°53.00%57.45%
HSB/HSV171°56.37%80.00%
CMYK56.37%0.00%8.82%
20.00%

Color #59CCBA in popluar number systems.

HEX59CCBA
Decimal89204186
Binary10110011100110010111010
Octal131314272

Shades and tints

Shades of #59CCBA

#59CCBA
(89,204,186)
#51BAAA
(81,186,170)
#49A89A
(73,168,154)
#41968A
(65,150,138)
#39847A
(57,132,122)
#31726A
(49,114,106)
#29605A
(41,96,90)
#214E4A
(33,78,74)
#193C3A
(25,60,58)
#112A2A
(17,42,42)
#09181A
(9,24,26)
#000000
(0,0,0)

Tints of #59CCBA

#59CCBA
(89,204,186)
#68D0C0
(104,208,192)
#77D4C6
(119,212,198)
#86D8CC
(134,216,204)
#95DCD2
(149,220,210)
#A4E0D8
(164,224,216)
#B3E4DE
(179,228,222)
#C2E8E4
(194,232,228)
#D1ECEA
(209,236,234)
#E0F0F0
(224,240,240)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59CCBA; }

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

This text font color is #59CCBA.


Background Color

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

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

This div background color is #59CCBA.


Border color

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

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

This div border color is #59CCBA.


Opacity

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

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

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

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

This text has shadow with #59CCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59CCBA on black background.


Color preview on white background

This text has color #59CCBA on white background.



Black color preview on #59CCBA background

This text has black color on #59CCBA background.


White color preview on #59CCBA background

This text has white color on #59CCBA background.