COLOR #59A599

HEX: #59A599
RGB: (89,165,153)

Renk bilgisi

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

RGB renk modeli

#59A599 color RGB value is (89,165,153).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 165 of 255 = 65%
B 153 of 255 = 60%

89
165
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 165 + 153 = 407 (100%)
R 89 of 407 ~ 21.87%
G 165 of 407 ~ 40.54%
B 153 of 407 ~ 37.59%

%21.87
%40.54
%37.59

CMYK RENK MODELİ

#59A599 rengi CMYK tonu (46,0,7,35).

  • camgöbeği tonu 46.06%
  • eflatun tonu 0.00%
  • sarı tonu 7.27%
  • ana renk tonu 35.29%
CMYK:
(46,0,7,35)
C46M0Y7K35 
(46%,0%,7%,35%)
(0.46/0.00/0.07/0.35)	

CMYK yüzdeleri

%46.06
%0
%7.27
%35.29

Codes

Color #59A599 in popluar color models

59A599
RGB89165153
HSL171°29.92%49.80%
HSB/HSV171°46.06%64.71%
CMYK46.06%0.00%7.27%
35.29%

Color #59A599 in popluar number systems.

HEX59A599
Decimal89165153
Binary10110011010010110011001
Octal131245231

Shades and tints

Shades of #59A599

#59A599
(89,165,153)
#51968C
(81,150,140)
#49877F
(73,135,127)
#417872
(65,120,114)
#396965
(57,105,101)
#315A58
(49,90,88)
#294B4B
(41,75,75)
#213C3E
(33,60,62)
#192D31
(25,45,49)
#111E24
(17,30,36)
#090F17
(9,15,23)
#000000
(0,0,0)

Tints of #59A599

#59A599
(89,165,153)
#68ADA2
(104,173,162)
#77B5AB
(119,181,171)
#86BDB4
(134,189,180)
#95C5BD
(149,197,189)
#A4CDC6
(164,205,198)
#B3D5CF
(179,213,207)
#C2DDD8
(194,221,216)
#D1E5E1
(209,229,225)
#E0EDEA
(224,237,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A599; }

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

This text font color is #59A599.


Background Color

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

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

This div background color is #59A599.


Border color

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

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

This div border color is #59A599.


Opacity

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

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

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

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

This text has shadow with #59A599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A599 on black background.


Color preview on white background

This text has color #59A599 on white background.



Black color preview on #59A599 background

This text has black color on #59A599 background.


White color preview on #59A599 background

This text has white color on #59A599 background.