COLOR #59D6C4

HEX: #59D6C4
RGB: (89,214,196)

Color info

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

RGB color model

#59D6C4 color RGB value is (89,214,196).

  • red value is 89;
  • green value is 214;
  • blue value is 196.
RGB:
(89,214,196)
(35%,84%,77%)

RGB channels and saturation

R 89 of 255 = 35%
G 214 of 255 = 84%
B 196 of 255 = 77%

89
214
196

R + G + B ~ 65%. #59D6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 214 + 196 = 499 (100%)
R 89 of 499 ~ 17.84%
G 214 of 499 ~ 42.89%
B 196 of 499 ~ 39.28%

%17.84
%42.89
%39.28

CMYK color model

#59D6C4 color CMYK value is (58,0,8,16).

  • cyan value is 58.41%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 16.08%
CMYK:
(58,0,8,16)
C58M0Y8K16 
(58%,0%,8%,16%)
(0.58/0.00/0.08/0.16)	

CMYK percentages

%58.41
%0
%8.41
%16.08

Codes

Color #59D6C4 in popluar color models

59D6C4
RGB89214196
HSL171°60.39%59.41%
HSB/HSV171°58.41%83.92%
CMYK58.41%0.00%8.41%
16.08%

Color #59D6C4 in popluar number systems.

HEX59D6C4
Decimal89214196
Binary10110011101011011000100
Octal131326304

Shades and tints

Shades of #59D6C4

#59D6C4
(89,214,196)
#51C3B3
(81,195,179)
#49B0A2
(73,176,162)
#419D91
(65,157,145)
#398A80
(57,138,128)
#31776F
(49,119,111)
#29645E
(41,100,94)
#21514D
(33,81,77)
#193E3C
(25,62,60)
#112B2B
(17,43,43)
#09181A
(9,24,26)
#000000
(0,0,0)

Tints of #59D6C4

#59D6C4
(89,214,196)
#68D9C9
(104,217,201)
#77DCCE
(119,220,206)
#86DFD3
(134,223,211)
#95E2D8
(149,226,216)
#A4E5DD
(164,229,221)
#B3E8E2
(179,232,226)
#C2EBE7
(194,235,231)
#D1EEEC
(209,238,236)
#E0F1F1
(224,241,241)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59D6C4 color. Also use rgb(89,214,196) instead hex code.

Text Font Color

.myTextColor { color: #59D6C4; }

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

This text font color is #59D6C4.


Background Color

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

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

This div background color is #59D6C4.


Border color

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

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

This div border color is #59D6C4.


Opacity

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

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

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

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

This text has shadow with #59D6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59D6C4 on black background.


Color preview on white background

This text has color #59D6C4 on white background.



Black color preview on #59D6C4 background

This text has black color on #59D6C4 background.


White color preview on #59D6C4 background

This text has white color on #59D6C4 background.