COLOR #59E9C2

HEX: #59E9C2
RGB: (89,233,194)

Color info

#59E9C2 contains mainly green and blue colors. Web safe color of #59E9C2 is #66FFCC (or #6FC).

RGB color model

#59E9C2 color RGB value is (89,233,194).

  • red value is 89;
  • green value is 233;
  • blue value is 194.
RGB:
(89,233,194)
(35%,91%,76%)

RGB channels and saturation

R 89 of 255 = 35%
G 233 of 255 = 91%
B 194 of 255 = 76%

89
233
194

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

Portions of RGB colors in percentages

R + G + B =
89 + 233 + 194 = 516 (100%)
R 89 of 516 ~ 17.25%
G 233 of 516 ~ 45.16%
B 194 of 516 ~ 37.6%

%17.25
%45.16
%37.6

CMYK color model

#59E9C2 color CMYK value is (62,0,17,9).

  • cyan value is 61.80%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 8.63%
CMYK:
(62,0,17,9)
C62M0Y17K9 
(62%,0%,17%,9%)
(0.62/0.00/0.17/0.09)	

CMYK percentages

%61.8
%0
%16.74
%8.63

Codes

Color #59E9C2 in popluar color models

59E9C2
RGB89233194
HSL164°76.60%63.14%
HSB/HSV164°61.80%91.37%
CMYK61.80%0.00%16.74%
8.63%

Color #59E9C2 in popluar number systems.

HEX59E9C2
Decimal89233194
Binary10110011110100111000010
Octal131351302

Shades and tints

Shades of #59E9C2

#59E9C2
(89,233,194)
#51D4B1
(81,212,177)
#49BFA0
(73,191,160)
#41AA8F
(65,170,143)
#39957E
(57,149,126)
#31806D
(49,128,109)
#296B5C
(41,107,92)
#21564B
(33,86,75)
#19413A
(25,65,58)
#112C29
(17,44,41)
#091718
(9,23,24)
#000000
(0,0,0)

Tints of #59E9C2

#59E9C2
(89,233,194)
#68EBC7
(104,235,199)
#77EDCC
(119,237,204)
#86EFD1
(134,239,209)
#95F1D6
(149,241,214)
#A4F3DB
(164,243,219)
#B3F5E0
(179,245,224)
#C2F7E5
(194,247,229)
#D1F9EA
(209,249,234)
#E0FBEF
(224,251,239)
#EFFDF4
(239,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59E9C2 color. Also use rgb(89,233,194) instead hex code.

Text Font Color

.myTextColor { color: #59E9C2; }

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

This text font color is #59E9C2.


Background Color

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

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

This div background color is #59E9C2.


Border color

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

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

This div border color is #59E9C2.


Opacity

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

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

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

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

This text has shadow with #59E9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59E9C2 on black background.


Color preview on white background

This text has color #59E9C2 on white background.



Black color preview on #59E9C2 background

This text has black color on #59E9C2 background.


White color preview on #59E9C2 background

This text has white color on #59E9C2 background.