COLOR #59C3B8

HEX: #59C3B8
RGB: (89,195,184)

Color info

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

RGB color model

#59C3B8 color RGB value is (89,195,184).

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

RGB channels and saturation

R 89 of 255 = 35%
G 195 of 255 = 76%
B 184 of 255 = 72%

89
195
184

R + G + B ~ 61%. #59C3B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 195 + 184 = 468 (100%)
R 89 of 468 ~ 19.02%
G 195 of 468 ~ 41.67%
B 184 of 468 ~ 39.32%

%19.02
%41.67
%39.32

CMYK color model

#59C3B8 color CMYK value is (54,0,6,24).

  • cyan value is 54.36%
  • magenta value is 0.00%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK:
(54,0,6,24)
C54M0Y6K24 
(54%,0%,6%,24%)
(0.54/0.00/0.06/0.24)	

CMYK percentages

%54.36
%0
%5.64
%23.53

Codes

Color #59C3B8 in popluar color models

59C3B8
RGB89195184
HSL174°46.90%55.69%
HSB/HSV174°54.36%76.47%
CMYK54.36%0.00%5.64%
23.53%

Color #59C3B8 in popluar number systems.

HEX59C3B8
Decimal89195184
Binary10110011100001110111000
Octal131303270

Shades and tints

Shades of #59C3B8

#59C3B8
(89,195,184)
#51B2A8
(81,178,168)
#49A198
(73,161,152)
#419088
(65,144,136)
#397F78
(57,127,120)
#316E68
(49,110,104)
#295D58
(41,93,88)
#214C48
(33,76,72)
#193B38
(25,59,56)
#112A28
(17,42,40)
#091918
(9,25,24)
#000000
(0,0,0)

Tints of #59C3B8

#59C3B8
(89,195,184)
#68C8BE
(104,200,190)
#77CDC4
(119,205,196)
#86D2CA
(134,210,202)
#95D7D0
(149,215,208)
#A4DCD6
(164,220,214)
#B3E1DC
(179,225,220)
#C2E6E2
(194,230,226)
#D1EBE8
(209,235,232)
#E0F0EE
(224,240,238)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59C3B8; }

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

This text font color is #59C3B8.


Background Color

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

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

This div background color is #59C3B8.


Border color

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

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

This div border color is #59C3B8.


Opacity

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

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

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

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

This text has shadow with #59C3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C3B8 on black background.


Color preview on white background

This text has color #59C3B8 on white background.



Black color preview on #59C3B8 background

This text has black color on #59C3B8 background.


White color preview on #59C3B8 background

This text has white color on #59C3B8 background.