COLOR #59C995

HEX: #59C995
RGB: (89,201,149)

Renk bilgisi

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

RGB renk modeli

#59C995 color RGB value is (89,201,149).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 201 of 255 = 79%
B 149 of 255 = 58%

89
201
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 201 + 149 = 439 (100%)
R 89 of 439 ~ 20.27%
G 201 of 439 ~ 45.79%
B 149 of 439 ~ 33.94%

%20.27
%45.79
%33.94

CMYK RENK MODELİ

#59C995 rengi CMYK tonu (56,0,26,21).

  • camgöbeği tonu 55.72%
  • eflatun tonu 0.00%
  • sarı tonu 25.87%
  • ana renk tonu 21.18%
CMYK:
(56,0,26,21)
C56M0Y26K21 
(56%,0%,26%,21%)
(0.56/0.00/0.26/0.21)	

CMYK yüzdeleri

%55.72
%0
%25.87
%21.18

Codes

Color #59C995 in popluar color models

59C995
RGB89201149
HSL152°50.91%56.86%
HSB/HSV152°55.72%78.82%
CMYK55.72%0.00%25.87%
21.18%

Color #59C995 in popluar number systems.

HEX59C995
Decimal89201149
Binary10110011100100110010101
Octal131311225

Shades and tints

Shades of #59C995

#59C995
(89,201,149)
#51B788
(81,183,136)
#49A57B
(73,165,123)
#41936E
(65,147,110)
#398161
(57,129,97)
#316F54
(49,111,84)
#295D47
(41,93,71)
#214B3A
(33,75,58)
#19392D
(25,57,45)
#112720
(17,39,32)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #59C995

#59C995
(89,201,149)
#68CD9E
(104,205,158)
#77D1A7
(119,209,167)
#86D5B0
(134,213,176)
#95D9B9
(149,217,185)
#A4DDC2
(164,221,194)
#B3E1CB
(179,225,203)
#C2E5D4
(194,229,212)
#D1E9DD
(209,233,221)
#E0EDE6
(224,237,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59C995; }

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

This text font color is #59C995.


Background Color

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

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

This div background color is #59C995.


Border color

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

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

This div border color is #59C995.


Opacity

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

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

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

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

This text has shadow with #59C995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C995 on black background.


Color preview on white background

This text has color #59C995 on white background.



Black color preview on #59C995 background

This text has black color on #59C995 background.


White color preview on #59C995 background

This text has white color on #59C995 background.