COLOR #59EFB8

HEX: #59EFB8
RGB: (89,239,184)

Color info

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

RGB color model

#59EFB8 color RGB value is (89,239,184).

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

RGB channels and saturation

R 89 of 255 = 35%
G 239 of 255 = 94%
B 184 of 255 = 72%

89
239
184

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

Portions of RGB colors in percentages

R + G + B =
89 + 239 + 184 = 512 (100%)
R 89 of 512 ~ 17.38%
G 239 of 512 ~ 46.68%
B 184 of 512 ~ 35.94%

%17.38
%46.68
%35.94

CMYK color model

#59EFB8 color CMYK value is (63,0,23,6).

  • cyan value is 62.76%
  • magenta value is 0.00%
  • yellow value is 23.01%
  • key color value is 6.27%
CMYK:
(63,0,23,6)
C63M0Y23K6 
(63%,0%,23%,6%)
(0.63/0.00/0.23/0.06)	

CMYK percentages

%62.76
%0
%23.01
%6.27

Codes

Color #59EFB8 in popluar color models

59EFB8
RGB89239184
HSL158°82.42%64.31%
HSB/HSV158°62.76%93.73%
CMYK62.76%0.00%23.01%
6.27%

Color #59EFB8 in popluar number systems.

HEX59EFB8
Decimal89239184
Binary10110011110111110111000
Octal131357270

Shades and tints

Shades of #59EFB8

#59EFB8
(89,239,184)
#51DAA8
(81,218,168)
#49C598
(73,197,152)
#41B088
(65,176,136)
#399B78
(57,155,120)
#318668
(49,134,104)
#297158
(41,113,88)
#215C48
(33,92,72)
#194738
(25,71,56)
#113228
(17,50,40)
#091D18
(9,29,24)
#000000
(0,0,0)

Tints of #59EFB8

#59EFB8
(89,239,184)
#68F0BE
(104,240,190)
#77F1C4
(119,241,196)
#86F2CA
(134,242,202)
#95F3D0
(149,243,208)
#A4F4D6
(164,244,214)
#B3F5DC
(179,245,220)
#C2F6E2
(194,246,226)
#D1F7E8
(209,247,232)
#E0F8EE
(224,248,238)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59EFB8; }

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

This text font color is #59EFB8.


Background Color

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

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

This div background color is #59EFB8.


Border color

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

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

This div border color is #59EFB8.


Opacity

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

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

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

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

This text has shadow with #59EFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59EFB8 on black background.


Color preview on white background

This text has color #59EFB8 on white background.



Black color preview on #59EFB8 background

This text has black color on #59EFB8 background.


White color preview on #59EFB8 background

This text has white color on #59EFB8 background.