COLOR #59AF99

HEX: #59AF99
RGB: (89,175,153)

Renk bilgisi

#59AF99 contains mainly green and blue colors. #59AF99 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#59AF99 color RGB value is (89,175,153).

  • kırmız ton 89;
  • yeşil ton 175;
  • mavi ton 153.
RGB:
(89,175,153)
(35%,69%,60%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 175 of 255 = 69%
B 153 of 255 = 60%

89
175
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 175 + 153 = 417 (100%)
R 89 of 417 ~ 21.34%
G 175 of 417 ~ 41.97%
B 153 of 417 ~ 36.69%

%21.34
%41.97
%36.69

CMYK RENK MODELİ

#59AF99 rengi CMYK tonu (49,0,13,31).

  • camgöbeği tonu 49.14%
  • eflatun tonu 0.00%
  • sarı tonu 12.57%
  • ana renk tonu 31.37%
CMYK:
(49,0,13,31)
C49M0Y13K31 
(49%,0%,13%,31%)
(0.49/0.00/0.13/0.31)	

CMYK yüzdeleri

%49.14
%0
%12.57
%31.37

Codes

Color #59AF99 in popluar color models

59AF99
RGB89175153
HSL165°34.96%51.76%
HSB/HSV165°49.14%68.63%
CMYK49.14%0.00%12.57%
31.37%

Color #59AF99 in popluar number systems.

HEX59AF99
Decimal89175153
Binary10110011010111110011001
Octal131257231

Shades and tints

Shades of #59AF99

#59AF99
(89,175,153)
#51A08C
(81,160,140)
#49917F
(73,145,127)
#418272
(65,130,114)
#397365
(57,115,101)
#316458
(49,100,88)
#29554B
(41,85,75)
#21463E
(33,70,62)
#193731
(25,55,49)
#112824
(17,40,36)
#091917
(9,25,23)
#000000
(0,0,0)

Tints of #59AF99

#59AF99
(89,175,153)
#68B6A2
(104,182,162)
#77BDAB
(119,189,171)
#86C4B4
(134,196,180)
#95CBBD
(149,203,189)
#A4D2C6
(164,210,198)
#B3D9CF
(179,217,207)
#C2E0D8
(194,224,216)
#D1E7E1
(209,231,225)
#E0EEEA
(224,238,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AF99 color. Also use rgb(89,175,153) instead hex code.

Text Font Color

.myTextColor { color: #59AF99; }

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

This text font color is #59AF99.


Background Color

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

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

This div background color is #59AF99.


Border color

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

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

This div border color is #59AF99.


Opacity

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

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

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

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

This text has shadow with #59AF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AF99 on black background.


Color preview on white background

This text has color #59AF99 on white background.



Black color preview on #59AF99 background

This text has black color on #59AF99 background.


White color preview on #59AF99 background

This text has white color on #59AF99 background.