COLOR #59A889

HEX: #59A889
RGB: (89,168,137)

Renk bilgisi

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

RGB renk modeli

#59A889 color RGB value is (89,168,137).

  • kırmız ton 89;
  • yeşil ton 168;
  • mavi ton 137.
RGB:
(89,168,137)
(35%,66%,54%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 168 of 255 = 66%
B 137 of 255 = 54%

89
168
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 168 + 137 = 394 (100%)
R 89 of 394 ~ 22.59%
G 168 of 394 ~ 42.64%
B 137 of 394 ~ 34.77%

%22.59
%42.64
%34.77

CMYK RENK MODELİ

#59A889 rengi CMYK tonu (47,0,18,34).

  • camgöbeği tonu 47.02%
  • eflatun tonu 0.00%
  • sarı tonu 18.45%
  • ana renk tonu 34.12%
CMYK:
(47,0,18,34)
C47M0Y18K34 
(47%,0%,18%,34%)
(0.47/0.00/0.18/0.34)	

CMYK yüzdeleri

%47.02
%0
%18.45
%34.12

Codes

Color #59A889 in popluar color models

59A889
RGB89168137
HSL156°31.23%50.39%
HSB/HSV156°47.02%65.88%
CMYK47.02%0.00%18.45%
34.12%

Color #59A889 in popluar number systems.

HEX59A889
Decimal89168137
Binary10110011010100010001001
Octal131250211

Shades and tints

Shades of #59A889

#59A889
(89,168,137)
#51997D
(81,153,125)
#498A71
(73,138,113)
#417B65
(65,123,101)
#396C59
(57,108,89)
#315D4D
(49,93,77)
#294E41
(41,78,65)
#213F35
(33,63,53)
#193029
(25,48,41)
#11211D
(17,33,29)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #59A889

#59A889
(89,168,137)
#68AF93
(104,175,147)
#77B69D
(119,182,157)
#86BDA7
(134,189,167)
#95C4B1
(149,196,177)
#A4CBBB
(164,203,187)
#B3D2C5
(179,210,197)
#C2D9CF
(194,217,207)
#D1E0D9
(209,224,217)
#E0E7E3
(224,231,227)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A889 color. Also use rgb(89,168,137) instead hex code.

Text Font Color

.myTextColor { color: #59A889; }

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

This text font color is #59A889.


Background Color

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

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

This div background color is #59A889.


Border color

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

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

This div border color is #59A889.


Opacity

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

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

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

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

This text has shadow with #59A889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A889 on black background.


Color preview on white background

This text has color #59A889 on white background.



Black color preview on #59A889 background

This text has black color on #59A889 background.


White color preview on #59A889 background

This text has white color on #59A889 background.