COLOR #59AB78

HEX: #59AB78
RGB: (89,171,120)

Renk bilgisi

#59AB78 contains mainly green and blue colors. #59AB78 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#59AB78 color RGB value is (89,171,120).

  • kırmız ton 89;
  • yeşil ton 171;
  • mavi ton 120.
RGB:
(89,171,120)
(35%,67%,47%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 171 of 255 = 67%
B 120 of 255 = 47%

89
171
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 171 + 120 = 380 (100%)
R 89 of 380 ~ 23.42%
G 171 of 380 ~ 45%
B 120 of 380 ~ 31.58%

%23.42
%45
%31.58

CMYK RENK MODELİ

#59AB78 rengi CMYK tonu (48,0,30,33).

  • camgöbeği tonu 47.95%
  • eflatun tonu 0.00%
  • sarı tonu 29.82%
  • ana renk tonu 32.94%
CMYK:
(48,0,30,33)
C48M0Y30K33 
(48%,0%,30%,33%)
(0.48/0.00/0.30/0.33)	

CMYK yüzdeleri

%47.95
%0
%29.82
%32.94

Codes

Color #59AB78 in popluar color models

59AB78
RGB89171120
HSL143°32.80%50.98%
HSB/HSV143°47.95%67.06%
CMYK47.95%0.00%29.82%
32.94%

Color #59AB78 in popluar number systems.

HEX59AB78
Decimal89171120
Binary1011001101010111111000
Octal131253170

Shades and tints

Shades of #59AB78

#59AB78
(89,171,120)
#519C6E
(81,156,110)
#498D64
(73,141,100)
#417E5A
(65,126,90)
#396F50
(57,111,80)
#316046
(49,96,70)
#29513C
(41,81,60)
#214232
(33,66,50)
#193328
(25,51,40)
#11241E
(17,36,30)
#091514
(9,21,20)
#000000
(0,0,0)

Tints of #59AB78

#59AB78
(89,171,120)
#68B284
(104,178,132)
#77B990
(119,185,144)
#86C09C
(134,192,156)
#95C7A8
(149,199,168)
#A4CEB4
(164,206,180)
#B3D5C0
(179,213,192)
#C2DCCC
(194,220,204)
#D1E3D8
(209,227,216)
#E0EAE4
(224,234,228)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AB78 color. Also use rgb(89,171,120) instead hex code.

Text Font Color

.myTextColor { color: #59AB78; }

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

This text font color is #59AB78.


Background Color

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

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

This div background color is #59AB78.


Border color

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

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

This div border color is #59AB78.


Opacity

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

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

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

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

This text has shadow with #59AB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AB78 on black background.


Color preview on white background

This text has color #59AB78 on white background.



Black color preview on #59AB78 background

This text has black color on #59AB78 background.


White color preview on #59AB78 background

This text has white color on #59AB78 background.