COLOR #59EFC9

HEX: #59EFC9
RGB: (89,239,201)

Color info

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

RGB color model

#59EFC9 color RGB value is (89,239,201).

  • red value is 89;
  • green value is 239;
  • blue value is 201.
RGB:
(89,239,201)
(35%,94%,79%)

RGB channels and saturation

R 89 of 255 = 35%
G 239 of 255 = 94%
B 201 of 255 = 79%

89
239
201

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

Portions of RGB colors in percentages

R + G + B =
89 + 239 + 201 = 529 (100%)
R 89 of 529 ~ 16.82%
G 239 of 529 ~ 45.18%
B 201 of 529 ~ 38%

%16.82
%45.18
%38

CMYK color model

#59EFC9 color CMYK value is (63,0,16,6).

  • cyan value is 62.76%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 6.27%
CMYK:
(63,0,16,6)
C63M0Y16K6 
(63%,0%,16%,6%)
(0.63/0.00/0.16/0.06)	

CMYK percentages

%62.76
%0
%15.9
%6.27

Codes

Color #59EFC9 in popluar color models

59EFC9
RGB89239201
HSL165°82.42%64.31%
HSB/HSV165°62.76%93.73%
CMYK62.76%0.00%15.90%
6.27%

Color #59EFC9 in popluar number systems.

HEX59EFC9
Decimal89239201
Binary10110011110111111001001
Octal131357311

Shades and tints

Shades of #59EFC9

#59EFC9
(89,239,201)
#51DAB7
(81,218,183)
#49C5A5
(73,197,165)
#41B093
(65,176,147)
#399B81
(57,155,129)
#31866F
(49,134,111)
#29715D
(41,113,93)
#215C4B
(33,92,75)
#194739
(25,71,57)
#113227
(17,50,39)
#091D15
(9,29,21)
#000000
(0,0,0)

Tints of #59EFC9

#59EFC9
(89,239,201)
#68F0CD
(104,240,205)
#77F1D1
(119,241,209)
#86F2D5
(134,242,213)
#95F3D9
(149,243,217)
#A4F4DD
(164,244,221)
#B3F5E1
(179,245,225)
#C2F6E5
(194,246,229)
#D1F7E9
(209,247,233)
#E0F8ED
(224,248,237)
#EFF9F1
(239,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59EFC9 color. Also use rgb(89,239,201) instead hex code.

Text Font Color

.myTextColor { color: #59EFC9; }

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

This text font color is #59EFC9.


Background Color

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

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

This div background color is #59EFC9.


Border color

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

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

This div border color is #59EFC9.


Opacity

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

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

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

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

This text has shadow with #59EFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59EFC9 on black background.


Color preview on white background

This text has color #59EFC9 on white background.



Black color preview on #59EFC9 background

This text has black color on #59EFC9 background.


White color preview on #59EFC9 background

This text has white color on #59EFC9 background.