COLOR #59C0A6

HEX: #59C0A6
RGB: (89,192,166)

Renk bilgisi

#59C0A6 contains mainly green and blue colors. #59C0A6 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#59C0A6 color RGB value is (89,192,166).

  • kırmız ton 89;
  • yeşil ton 192;
  • mavi ton 166.
RGB:
(89,192,166)
(35%,75%,65%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 192 of 255 = 75%
B 166 of 255 = 65%

89
192
166

R + G + B ~ 58%. #59C0A6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 192 + 166 = 447 (100%)
R 89 of 447 ~ 19.91%
G 192 of 447 ~ 42.95%
B 166 of 447 ~ 37.14%

%19.91
%42.95
%37.14

CMYK RENK MODELİ

#59C0A6 rengi CMYK tonu (54,0,14,25).

  • camgöbeği tonu 53.65%
  • eflatun tonu 0.00%
  • sarı tonu 13.54%
  • ana renk tonu 24.71%
CMYK:
(54,0,14,25)
C54M0Y14K25 
(54%,0%,14%,25%)
(0.54/0.00/0.14/0.25)	

CMYK yüzdeleri

%53.65
%0
%13.54
%24.71

Codes

Color #59C0A6 in popluar color models

59C0A6
RGB89192166
HSL165°44.98%55.10%
HSB/HSV165°53.65%75.29%
CMYK53.65%0.00%13.54%
24.71%

Color #59C0A6 in popluar number systems.

HEX59C0A6
Decimal89192166
Binary10110011100000010100110
Octal131300246

Shades and tints

Shades of #59C0A6

#59C0A6
(89,192,166)
#51AF97
(81,175,151)
#499E88
(73,158,136)
#418D79
(65,141,121)
#397C6A
(57,124,106)
#316B5B
(49,107,91)
#295A4C
(41,90,76)
#21493D
(33,73,61)
#19382E
(25,56,46)
#11271F
(17,39,31)
#091610
(9,22,16)
#000000
(0,0,0)

Tints of #59C0A6

#59C0A6
(89,192,166)
#68C5AE
(104,197,174)
#77CAB6
(119,202,182)
#86CFBE
(134,207,190)
#95D4C6
(149,212,198)
#A4D9CE
(164,217,206)
#B3DED6
(179,222,214)
#C2E3DE
(194,227,222)
#D1E8E6
(209,232,230)
#E0EDEE
(224,237,238)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C0A6 color. Also use rgb(89,192,166) instead hex code.

Text Font Color

.myTextColor { color: #59C0A6; }

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

This text font color is #59C0A6.


Background Color

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

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

This div background color is #59C0A6.


Border color

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

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

This div border color is #59C0A6.


Opacity

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

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

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

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

This text has shadow with #59C0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C0A6 on black background.


Color preview on white background

This text has color #59C0A6 on white background.



Black color preview on #59C0A6 background

This text has black color on #59C0A6 background.


White color preview on #59C0A6 background

This text has white color on #59C0A6 background.