COLOR #59B985

HEX: #59B985
RGB: (89,185,133)

Renk bilgisi

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

RGB renk modeli

#59B985 color RGB value is (89,185,133).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 185 of 255 = 73%
B 133 of 255 = 52%

89
185
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 185 + 133 = 407 (100%)
R 89 of 407 ~ 21.87%
G 185 of 407 ~ 45.45%
B 133 of 407 ~ 32.68%

%21.87
%45.45
%32.68

CMYK RENK MODELİ

#59B985 rengi CMYK tonu (52,0,28,27).

  • camgöbeği tonu 51.89%
  • eflatun tonu 0.00%
  • sarı tonu 28.11%
  • ana renk tonu 27.45%
CMYK:
(52,0,28,27)
C52M0Y28K27 
(52%,0%,28%,27%)
(0.52/0.00/0.28/0.27)	

CMYK yüzdeleri

%51.89
%0
%28.11
%27.45

Codes

Color #59B985 in popluar color models

59B985
RGB89185133
HSL148°40.68%53.73%
HSB/HSV148°51.89%72.55%
CMYK51.89%0.00%28.11%
27.45%

Color #59B985 in popluar number systems.

HEX59B985
Decimal89185133
Binary10110011011100110000101
Octal131271205

Shades and tints

Shades of #59B985

#59B985
(89,185,133)
#51A979
(81,169,121)
#49996D
(73,153,109)
#418961
(65,137,97)
#397955
(57,121,85)
#316949
(49,105,73)
#29593D
(41,89,61)
#214931
(33,73,49)
#193925
(25,57,37)
#112919
(17,41,25)
#09190D
(9,25,13)
#000000
(0,0,0)

Tints of #59B985

#59B985
(89,185,133)
#68BF90
(104,191,144)
#77C59B
(119,197,155)
#86CBA6
(134,203,166)
#95D1B1
(149,209,177)
#A4D7BC
(164,215,188)
#B3DDC7
(179,221,199)
#C2E3D2
(194,227,210)
#D1E9DD
(209,233,221)
#E0EFE8
(224,239,232)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B985; }

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

This text font color is #59B985.


Background Color

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

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

This div background color is #59B985.


Border color

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

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

This div border color is #59B985.


Opacity

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

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

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

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

This text has shadow with #59B985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B985 on black background.


Color preview on white background

This text has color #59B985 on white background.



Black color preview on #59B985 background

This text has black color on #59B985 background.


White color preview on #59B985 background

This text has white color on #59B985 background.