COLOR #59A595

HEX: #59A595
RGB: (89,165,149)

Renk bilgisi

#59A595 contains mainly green and blue colors. #59A595 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#59A595 color RGB value is (89,165,149).

  • kırmız ton 89;
  • yeşil ton 165;
  • mavi ton 149.
RGB:
(89,165,149)
(35%,65%,58%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 165 of 255 = 65%
B 149 of 255 = 58%

89
165
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 165 + 149 = 403 (100%)
R 89 of 403 ~ 22.08%
G 165 of 403 ~ 40.94%
B 149 of 403 ~ 36.97%

%22.08
%40.94
%36.97

CMYK RENK MODELİ

#59A595 rengi CMYK tonu (46,0,10,35).

  • camgöbeği tonu 46.06%
  • eflatun tonu 0.00%
  • sarı tonu 9.70%
  • ana renk tonu 35.29%
CMYK:
(46,0,10,35)
C46M0Y10K35 
(46%,0%,10%,35%)
(0.46/0.00/0.10/0.35)	

CMYK yüzdeleri

%46.06
%0
%9.7
%35.29

Codes

Color #59A595 in popluar color models

59A595
RGB89165149
HSL167°29.92%49.80%
HSB/HSV167°46.06%64.71%
CMYK46.06%0.00%9.70%
35.29%

Color #59A595 in popluar number systems.

HEX59A595
Decimal89165149
Binary10110011010010110010101
Octal131245225

Shades and tints

Shades of #59A595

#59A595
(89,165,149)
#519688
(81,150,136)
#49877B
(73,135,123)
#41786E
(65,120,110)
#396961
(57,105,97)
#315A54
(49,90,84)
#294B47
(41,75,71)
#213C3A
(33,60,58)
#192D2D
(25,45,45)
#111E20
(17,30,32)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #59A595

#59A595
(89,165,149)
#68AD9E
(104,173,158)
#77B5A7
(119,181,167)
#86BDB0
(134,189,176)
#95C5B9
(149,197,185)
#A4CDC2
(164,205,194)
#B3D5CB
(179,213,203)
#C2DDD4
(194,221,212)
#D1E5DD
(209,229,221)
#E0EDE6
(224,237,230)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A595 color. Also use rgb(89,165,149) instead hex code.

Text Font Color

.myTextColor { color: #59A595; }

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

This text font color is #59A595.


Background Color

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

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

This div background color is #59A595.


Border color

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

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

This div border color is #59A595.


Opacity

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

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

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

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

This text has shadow with #59A595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A595 on black background.


Color preview on white background

This text has color #59A595 on white background.



Black color preview on #59A595 background

This text has black color on #59A595 background.


White color preview on #59A595 background

This text has white color on #59A595 background.