COLOR #59C7CC

HEX: #59C7CC
RGB: (89,199,204)

Color info

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

RGB color model

#59C7CC color RGB value is (89,199,204).

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

RGB channels and saturation

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

89
199
204

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

Portions of RGB colors in percentages

R + G + B =
89 + 199 + 204 = 492 (100%)
R 89 of 492 ~ 18.09%
G 199 of 492 ~ 40.45%
B 204 of 492 ~ 41.46%

%18.09
%40.45
%41.46

CMYK color model

#59C7CC color CMYK value is (56,2,0,20).

  • cyan value is 56.37%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(56,2,0,20)
C56M2Y0K20 
(56%,2%,0%,20%)
(0.56/0.02/0.00/0.20)	

CMYK percentages

%56.37
%2.45
%0
%20

Codes

Color #59C7CC in popluar color models

59C7CC
RGB89199204
HSL183°53.00%57.45%
HSB/HSV183°56.37%80.00%
CMYK56.37%2.45%0.00%
20.00%

Color #59C7CC in popluar number systems.

HEX59C7CC
Decimal89199204
Binary10110011100011111001100
Octal131307314

Shades and tints

Shades of #59C7CC

#59C7CC
(89,199,204)
#51B5BA
(81,181,186)
#49A3A8
(73,163,168)
#419196
(65,145,150)
#397F84
(57,127,132)
#316D72
(49,109,114)
#295B60
(41,91,96)
#21494E
(33,73,78)
#19373C
(25,55,60)
#11252A
(17,37,42)
#091318
(9,19,24)
#000000
(0,0,0)

Tints of #59C7CC

#59C7CC
(89,199,204)
#68CCD0
(104,204,208)
#77D1D4
(119,209,212)
#86D6D8
(134,214,216)
#95DBDC
(149,219,220)
#A4E0E0
(164,224,224)
#B3E5E4
(179,229,228)
#C2EAE8
(194,234,232)
#D1EFEC
(209,239,236)
#E0F4F0
(224,244,240)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59C7CC; }

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

This text font color is #59C7CC.


Background Color

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

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

This div background color is #59C7CC.


Border color

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

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

This div border color is #59C7CC.


Opacity

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

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

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

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

This text has shadow with #59C7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C7CC on black background.


Color preview on white background

This text has color #59C7CC on white background.



Black color preview on #59C7CC background

This text has black color on #59C7CC background.


White color preview on #59C7CC background

This text has white color on #59C7CC background.