COLOR #59C796

HEX: #59C796
RGB: (89,199,150)

Renk bilgisi

#59C796 contains mainly green and blue colors. #59C796 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#59C796 color RGB value is (89,199,150).

  • kırmız ton 89;
  • yeşil ton 199;
  • mavi ton 150.
RGB:
(89,199,150)
(35%,78%,59%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 199 of 255 = 78%
B 150 of 255 = 59%

89
199
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 199 + 150 = 438 (100%)
R 89 of 438 ~ 20.32%
G 199 of 438 ~ 45.43%
B 150 of 438 ~ 34.25%

%20.32
%45.43
%34.25

CMYK RENK MODELİ

#59C796 rengi CMYK tonu (55,0,25,22).

  • camgöbeği tonu 55.28%
  • eflatun tonu 0.00%
  • sarı tonu 24.62%
  • ana renk tonu 21.96%
CMYK:
(55,0,25,22)
C55M0Y25K22 
(55%,0%,25%,22%)
(0.55/0.00/0.25/0.22)	

CMYK yüzdeleri

%55.28
%0
%24.62
%21.96

Codes

Color #59C796 in popluar color models

59C796
RGB89199150
HSL153°49.55%56.47%
HSB/HSV153°55.28%78.04%
CMYK55.28%0.00%24.62%
21.96%

Color #59C796 in popluar number systems.

HEX59C796
Decimal89199150
Binary10110011100011110010110
Octal131307226

Shades and tints

Shades of #59C796

#59C796
(89,199,150)
#51B589
(81,181,137)
#49A37C
(73,163,124)
#41916F
(65,145,111)
#397F62
(57,127,98)
#316D55
(49,109,85)
#295B48
(41,91,72)
#21493B
(33,73,59)
#19372E
(25,55,46)
#112521
(17,37,33)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #59C796

#59C796
(89,199,150)
#68CC9F
(104,204,159)
#77D1A8
(119,209,168)
#86D6B1
(134,214,177)
#95DBBA
(149,219,186)
#A4E0C3
(164,224,195)
#B3E5CC
(179,229,204)
#C2EAD5
(194,234,213)
#D1EFDE
(209,239,222)
#E0F4E7
(224,244,231)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C796 color. Also use rgb(89,199,150) instead hex code.

Text Font Color

.myTextColor { color: #59C796; }

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

This text font color is #59C796.


Background Color

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

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

This div background color is #59C796.


Border color

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

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

This div border color is #59C796.


Opacity

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

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

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

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

This text has shadow with #59C796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C796 on black background.


Color preview on white background

This text has color #59C796 on white background.



Black color preview on #59C796 background

This text has black color on #59C796 background.


White color preview on #59C796 background

This text has white color on #59C796 background.