COLOR #59C085

HEX: #59C085
RGB: (89,192,133)

Renk bilgisi

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

RGB renk modeli

#59C085 color RGB value is (89,192,133).

  • kırmız ton 89;
  • yeşil ton 192;
  • mavi ton 133.
RGB:
(89,192,133)
(35%,75%,52%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 192 of 255 = 75%
B 133 of 255 = 52%

89
192
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 192 + 133 = 414 (100%)
R 89 of 414 ~ 21.5%
G 192 of 414 ~ 46.38%
B 133 of 414 ~ 32.13%

%21.5
%46.38
%32.13

CMYK RENK MODELİ

#59C085 rengi CMYK tonu (54,0,31,25).

  • camgöbeği tonu 53.65%
  • eflatun tonu 0.00%
  • sarı tonu 30.73%
  • ana renk tonu 24.71%
CMYK:
(54,0,31,25)
C54M0Y31K25 
(54%,0%,31%,25%)
(0.54/0.00/0.31/0.25)	

CMYK yüzdeleri

%53.65
%0
%30.73
%24.71

Codes

Color #59C085 in popluar color models

59C085
RGB89192133
HSL146°44.98%55.10%
HSB/HSV146°53.65%75.29%
CMYK53.65%0.00%30.73%
24.71%

Color #59C085 in popluar number systems.

HEX59C085
Decimal89192133
Binary10110011100000010000101
Octal131300205

Shades and tints

Shades of #59C085

#59C085
(89,192,133)
#51AF79
(81,175,121)
#499E6D
(73,158,109)
#418D61
(65,141,97)
#397C55
(57,124,85)
#316B49
(49,107,73)
#295A3D
(41,90,61)
#214931
(33,73,49)
#193825
(25,56,37)
#112719
(17,39,25)
#09160D
(9,22,13)
#000000
(0,0,0)

Tints of #59C085

#59C085
(89,192,133)
#68C590
(104,197,144)
#77CA9B
(119,202,155)
#86CFA6
(134,207,166)
#95D4B1
(149,212,177)
#A4D9BC
(164,217,188)
#B3DEC7
(179,222,199)
#C2E3D2
(194,227,210)
#D1E8DD
(209,232,221)
#E0EDE8
(224,237,232)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C085 color. Also use rgb(89,192,133) instead hex code.

Text Font Color

.myTextColor { color: #59C085; }

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

This text font color is #59C085.


Background Color

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

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

This div background color is #59C085.


Border color

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

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

This div border color is #59C085.


Opacity

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

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

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

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

This text has shadow with #59C085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C085 on black background.


Color preview on white background

This text has color #59C085 on white background.



Black color preview on #59C085 background

This text has black color on #59C085 background.


White color preview on #59C085 background

This text has white color on #59C085 background.