COLOR #59C7CD

HEX: #59C7CD
RGB: (89,199,205)

Color info

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

RGB color model

#59C7CD color RGB value is (89,199,205).

  • red value is 89;
  • green value is 199;
  • blue value is 205.
RGB:
(89,199,205)
(35%,78%,80%)

RGB channels and saturation

R 89 of 255 = 35%
G 199 of 255 = 78%
B 205 of 255 = 80%

89
199
205

R + G + B ~ 64%. #59C7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 199 + 205 = 493 (100%)
R 89 of 493 ~ 18.05%
G 199 of 493 ~ 40.37%
B 205 of 493 ~ 41.58%

%18.05
%40.37
%41.58

CMYK color model

#59C7CD color CMYK value is (57,3,0,20).

  • cyan value is 56.59%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(57,3,0,20)
C57M3Y0K20 
(57%,3%,0%,20%)
(0.57/0.03/0.00/0.20)	

CMYK percentages

%56.59
%2.93
%0
%19.61

Codes

Color #59C7CD in popluar color models

59C7CD
RGB89199205
HSL183°53.70%57.65%
HSB/HSV183°56.59%80.39%
CMYK56.59%2.93%0.00%
19.61%

Color #59C7CD in popluar number systems.

HEX59C7CD
Decimal89199205
Binary10110011100011111001101
Octal131307315

Shades and tints

Shades of #59C7CD

#59C7CD
(89,199,205)
#51B5BB
(81,181,187)
#49A3A9
(73,163,169)
#419197
(65,145,151)
#397F85
(57,127,133)
#316D73
(49,109,115)
#295B61
(41,91,97)
#21494F
(33,73,79)
#19373D
(25,55,61)
#11252B
(17,37,43)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #59C7CD

#59C7CD
(89,199,205)
#68CCD1
(104,204,209)
#77D1D5
(119,209,213)
#86D6D9
(134,214,217)
#95DBDD
(149,219,221)
#A4E0E1
(164,224,225)
#B3E5E5
(179,229,229)
#C2EAE9
(194,234,233)
#D1EFED
(209,239,237)
#E0F4F1
(224,244,241)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C7CD color. Also use rgb(89,199,205) instead hex code.

Text Font Color

.myTextColor { color: #59C7CD; }

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

This text font color is #59C7CD.


Background Color

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

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

This div background color is #59C7CD.


Border color

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

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

This div border color is #59C7CD.


Opacity

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

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

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

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

This text has shadow with #59C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C7CD on black background.


Color preview on white background

This text has color #59C7CD on white background.



Black color preview on #59C7CD background

This text has black color on #59C7CD background.


White color preview on #59C7CD background

This text has white color on #59C7CD background.