COLOR #59E6D0

HEX: #59E6D0
RGB: (89,230,208)

Color info

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

RGB color model

#59E6D0 color RGB value is (89,230,208).

  • red value is 89;
  • green value is 230;
  • blue value is 208.
RGB:
(89,230,208)
(35%,90%,82%)

RGB channels and saturation

R 89 of 255 = 35%
G 230 of 255 = 90%
B 208 of 255 = 82%

89
230
208

R + G + B ~ 69%. #59E6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 230 + 208 = 527 (100%)
R 89 of 527 ~ 16.89%
G 230 of 527 ~ 43.64%
B 208 of 527 ~ 39.47%

%16.89
%43.64
%39.47

CMYK color model

#59E6D0 color CMYK value is (61,0,10,10).

  • cyan value is 61.30%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK:
(61,0,10,10)
C61M0Y10K10 
(61%,0%,10%,10%)
(0.61/0.00/0.10/0.10)	

CMYK percentages

%61.3
%0
%9.57
%9.8

Codes

Color #59E6D0 in popluar color models

59E6D0
RGB89230208
HSL171°73.82%62.55%
HSB/HSV171°61.30%90.20%
CMYK61.30%0.00%9.57%
9.80%

Color #59E6D0 in popluar number systems.

HEX59E6D0
Decimal89230208
Binary10110011110011011010000
Octal131346320

Shades and tints

Shades of #59E6D0

#59E6D0
(89,230,208)
#51D2BE
(81,210,190)
#49BEAC
(73,190,172)
#41AA9A
(65,170,154)
#399688
(57,150,136)
#318276
(49,130,118)
#296E64
(41,110,100)
#215A52
(33,90,82)
#194640
(25,70,64)
#11322E
(17,50,46)
#091E1C
(9,30,28)
#000000
(0,0,0)

Tints of #59E6D0

#59E6D0
(89,230,208)
#68E8D4
(104,232,212)
#77EAD8
(119,234,216)
#86ECDC
(134,236,220)
#95EEE0
(149,238,224)
#A4F0E4
(164,240,228)
#B3F2E8
(179,242,232)
#C2F4EC
(194,244,236)
#D1F6F0
(209,246,240)
#E0F8F4
(224,248,244)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59E6D0 color. Also use rgb(89,230,208) instead hex code.

Text Font Color

.myTextColor { color: #59E6D0; }

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

This text font color is #59E6D0.


Background Color

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

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

This div background color is #59E6D0.


Border color

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

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

This div border color is #59E6D0.


Opacity

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

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

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

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

This text has shadow with #59E6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59E6D0 on black background.


Color preview on white background

This text has color #59E6D0 on white background.



Black color preview on #59E6D0 background

This text has black color on #59E6D0 background.


White color preview on #59E6D0 background

This text has white color on #59E6D0 background.