COLOR #59AD81

HEX: #59AD81
RGB: (89,173,129)

Renk bilgisi

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

RGB renk modeli

#59AD81 color RGB value is (89,173,129).

  • kırmız ton 89;
  • yeşil ton 173;
  • mavi ton 129.
RGB:
(89,173,129)
(35%,68%,51%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 173 of 255 = 68%
B 129 of 255 = 51%

89
173
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 173 + 129 = 391 (100%)
R 89 of 391 ~ 22.76%
G 173 of 391 ~ 44.25%
B 129 of 391 ~ 32.99%

%22.76
%44.25
%32.99

CMYK RENK MODELİ

#59AD81 rengi CMYK tonu (49,0,25,32).

  • camgöbeği tonu 48.55%
  • eflatun tonu 0.00%
  • sarı tonu 25.43%
  • ana renk tonu 32.16%
CMYK:
(49,0,25,32)
C49M0Y25K32 
(49%,0%,25%,32%)
(0.49/0.00/0.25/0.32)	

CMYK yüzdeleri

%48.55
%0
%25.43
%32.16

Codes

Color #59AD81 in popluar color models

59AD81
RGB89173129
HSL149°33.87%51.37%
HSB/HSV149°48.55%67.84%
CMYK48.55%0.00%25.43%
32.16%

Color #59AD81 in popluar number systems.

HEX59AD81
Decimal89173129
Binary10110011010110110000001
Octal131255201

Shades and tints

Shades of #59AD81

#59AD81
(89,173,129)
#519E76
(81,158,118)
#498F6B
(73,143,107)
#418060
(65,128,96)
#397155
(57,113,85)
#31624A
(49,98,74)
#29533F
(41,83,63)
#214434
(33,68,52)
#193529
(25,53,41)
#11261E
(17,38,30)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #59AD81

#59AD81
(89,173,129)
#68B48C
(104,180,140)
#77BB97
(119,187,151)
#86C2A2
(134,194,162)
#95C9AD
(149,201,173)
#A4D0B8
(164,208,184)
#B3D7C3
(179,215,195)
#C2DECE
(194,222,206)
#D1E5D9
(209,229,217)
#E0ECE4
(224,236,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AD81 color. Also use rgb(89,173,129) instead hex code.

Text Font Color

.myTextColor { color: #59AD81; }

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

This text font color is #59AD81.


Background Color

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

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

This div background color is #59AD81.


Border color

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

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

This div border color is #59AD81.


Opacity

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

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

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

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

This text has shadow with #59AD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AD81 on black background.


Color preview on white background

This text has color #59AD81 on white background.



Black color preview on #59AD81 background

This text has black color on #59AD81 background.


White color preview on #59AD81 background

This text has white color on #59AD81 background.