COLOR #59B8C2

HEX: #59B8C2
RGB: (89,184,194)

Color info

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

RGB color model

#59B8C2 color RGB value is (89,184,194).

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

RGB channels and saturation

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

89
184
194

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

Portions of RGB colors in percentages

R + G + B =
89 + 184 + 194 = 467 (100%)
R 89 of 467 ~ 19.06%
G 184 of 467 ~ 39.4%
B 194 of 467 ~ 41.54%

%19.06
%39.4
%41.54

CMYK color model

#59B8C2 color CMYK value is (54,5,0,24).

  • cyan value is 54.12%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(54,5,0,24)
C54M5Y0K24 
(54%,5%,0%,24%)
(0.54/0.05/0.00/0.24)	

CMYK percentages

%54.12
%5.15
%0
%23.92

Codes

Color #59B8C2 in popluar color models

59B8C2
RGB89184194
HSL186°46.26%55.49%
HSB/HSV186°54.12%76.08%
CMYK54.12%5.15%0.00%
23.92%

Color #59B8C2 in popluar number systems.

HEX59B8C2
Decimal89184194
Binary10110011011100011000010
Octal131270302

Shades and tints

Shades of #59B8C2

#59B8C2
(89,184,194)
#51A8B1
(81,168,177)
#4998A0
(73,152,160)
#41888F
(65,136,143)
#39787E
(57,120,126)
#31686D
(49,104,109)
#29585C
(41,88,92)
#21484B
(33,72,75)
#19383A
(25,56,58)
#112829
(17,40,41)
#091818
(9,24,24)
#000000
(0,0,0)

Tints of #59B8C2

#59B8C2
(89,184,194)
#68BEC7
(104,190,199)
#77C4CC
(119,196,204)
#86CAD1
(134,202,209)
#95D0D6
(149,208,214)
#A4D6DB
(164,214,219)
#B3DCE0
(179,220,224)
#C2E2E5
(194,226,229)
#D1E8EA
(209,232,234)
#E0EEEF
(224,238,239)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B8C2; }

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

This text font color is #59B8C2.


Background Color

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

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

This div background color is #59B8C2.


Border color

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

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

This div border color is #59B8C2.


Opacity

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

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

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

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

This text has shadow with #59B8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B8C2 on black background.


Color preview on white background

This text has color #59B8C2 on white background.



Black color preview on #59B8C2 background

This text has black color on #59B8C2 background.


White color preview on #59B8C2 background

This text has white color on #59B8C2 background.