COLOR #59D1D3

HEX: #59D1D3
RGB: (89,209,211)

Color info

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

RGB color model

#59D1D3 color RGB value is (89,209,211).

  • red value is 89;
  • green value is 209;
  • blue value is 211.
RGB:
(89,209,211)
(35%,82%,83%)

RGB channels and saturation

R 89 of 255 = 35%
G 209 of 255 = 82%
B 211 of 255 = 83%

89
209
211

R + G + B ~ 67%. #59D1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 209 + 211 = 509 (100%)
R 89 of 509 ~ 17.49%
G 209 of 509 ~ 41.06%
B 211 of 509 ~ 41.45%

%17.49
%41.06
%41.45

CMYK color model

#59D1D3 color CMYK value is (58,1,0,17).

  • cyan value is 57.82%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(58,1,0,17)
C58M1Y0K17 
(58%,1%,0%,17%)
(0.58/0.01/0.00/0.17)	

CMYK percentages

%57.82
%0.95
%0
%17.25

Codes

Color #59D1D3 in popluar color models

59D1D3
RGB89209211
HSL181°58.10%58.82%
HSB/HSV181°57.82%82.75%
CMYK57.82%0.95%0.00%
17.25%

Color #59D1D3 in popluar number systems.

HEX59D1D3
Decimal89209211
Binary10110011101000111010011
Octal131321323

Shades and tints

Shades of #59D1D3

#59D1D3
(89,209,211)
#51BEC0
(81,190,192)
#49ABAD
(73,171,173)
#41989A
(65,152,154)
#398587
(57,133,135)
#317274
(49,114,116)
#295F61
(41,95,97)
#214C4E
(33,76,78)
#19393B
(25,57,59)
#112628
(17,38,40)
#091315
(9,19,21)
#000000
(0,0,0)

Tints of #59D1D3

#59D1D3
(89,209,211)
#68D5D7
(104,213,215)
#77D9DB
(119,217,219)
#86DDDF
(134,221,223)
#95E1E3
(149,225,227)
#A4E5E7
(164,229,231)
#B3E9EB
(179,233,235)
#C2EDEF
(194,237,239)
#D1F1F3
(209,241,243)
#E0F5F7
(224,245,247)
#EFF9FB
(239,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59D1D3 color. Also use rgb(89,209,211) instead hex code.

Text Font Color

.myTextColor { color: #59D1D3; }

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

This text font color is #59D1D3.


Background Color

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

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

This div background color is #59D1D3.


Border color

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

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

This div border color is #59D1D3.


Opacity

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

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

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

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

This text has shadow with #59D1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59D1D3 on black background.


Color preview on white background

This text has color #59D1D3 on white background.



Black color preview on #59D1D3 background

This text has black color on #59D1D3 background.


White color preview on #59D1D3 background

This text has white color on #59D1D3 background.