COLOR #59A495

HEX: #59A495
RGB: (89,164,149)

Renk bilgisi

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

RGB renk modeli

#59A495 color RGB value is (89,164,149).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 164 of 255 = 64%
B 149 of 255 = 58%

89
164
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 164 + 149 = 402 (100%)
R 89 of 402 ~ 22.14%
G 164 of 402 ~ 40.8%
B 149 of 402 ~ 37.06%

%22.14
%40.8
%37.06

CMYK RENK MODELİ

#59A495 rengi CMYK tonu (46,0,9,36).

  • camgöbeği tonu 45.73%
  • eflatun tonu 0.00%
  • sarı tonu 9.15%
  • ana renk tonu 35.69%
CMYK:
(46,0,9,36)
C46M0Y9K36 
(46%,0%,9%,36%)
(0.46/0.00/0.09/0.36)	

CMYK yüzdeleri

%45.73
%0
%9.15
%35.69

Codes

Color #59A495 in popluar color models

59A495
RGB89164149
HSL168°29.64%49.61%
HSB/HSV168°45.73%64.31%
CMYK45.73%0.00%9.15%
35.69%

Color #59A495 in popluar number systems.

HEX59A495
Decimal89164149
Binary10110011010010010010101
Octal131244225

Shades and tints

Shades of #59A495

#59A495
(89,164,149)
#519688
(81,150,136)
#49887B
(73,136,123)
#417A6E
(65,122,110)
#396C61
(57,108,97)
#315E54
(49,94,84)
#295047
(41,80,71)
#21423A
(33,66,58)
#19342D
(25,52,45)
#112620
(17,38,32)
#091813
(9,24,19)
#000000
(0,0,0)

Tints of #59A495

#59A495
(89,164,149)
#68AC9E
(104,172,158)
#77B4A7
(119,180,167)
#86BCB0
(134,188,176)
#95C4B9
(149,196,185)
#A4CCC2
(164,204,194)
#B3D4CB
(179,212,203)
#C2DCD4
(194,220,212)
#D1E4DD
(209,228,221)
#E0ECE6
(224,236,230)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A495; }

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

This text font color is #59A495.


Background Color

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

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

This div background color is #59A495.


Border color

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

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

This div border color is #59A495.


Opacity

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

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

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

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

This text has shadow with #59A495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A495 on black background.


Color preview on white background

This text has color #59A495 on white background.



Black color preview on #59A495 background

This text has black color on #59A495 background.


White color preview on #59A495 background

This text has white color on #59A495 background.