COLOR #59A79D

HEX: #59A79D
RGB: (89,167,157)

Renk bilgisi

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

RGB renk modeli

#59A79D color RGB value is (89,167,157).

  • kırmız ton 89;
  • yeşil ton 167;
  • mavi ton 157.
RGB:
(89,167,157)
(35%,65%,62%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 167 of 255 = 65%
B 157 of 255 = 62%

89
167
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 167 + 157 = 413 (100%)
R 89 of 413 ~ 21.55%
G 167 of 413 ~ 40.44%
B 157 of 413 ~ 38.01%

%21.55
%40.44
%38.01

CMYK RENK MODELİ

#59A79D rengi CMYK tonu (47,0,6,35).

  • camgöbeği tonu 46.71%
  • eflatun tonu 0.00%
  • sarı tonu 5.99%
  • ana renk tonu 34.51%
CMYK:
(47,0,6,35)
C47M0Y6K35 
(47%,0%,6%,35%)
(0.47/0.00/0.06/0.35)	

CMYK yüzdeleri

%46.71
%0
%5.99
%34.51

Codes

Color #59A79D in popluar color models

59A79D
RGB89167157
HSL172°30.71%50.20%
HSB/HSV172°46.71%65.49%
CMYK46.71%0.00%5.99%
34.51%

Color #59A79D in popluar number systems.

HEX59A79D
Decimal89167157
Binary10110011010011110011101
Octal131247235

Shades and tints

Shades of #59A79D

#59A79D
(89,167,157)
#51988F
(81,152,143)
#498981
(73,137,129)
#417A73
(65,122,115)
#396B65
(57,107,101)
#315C57
(49,92,87)
#294D49
(41,77,73)
#213E3B
(33,62,59)
#192F2D
(25,47,45)
#11201F
(17,32,31)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #59A79D

#59A79D
(89,167,157)
#68AFA5
(104,175,165)
#77B7AD
(119,183,173)
#86BFB5
(134,191,181)
#95C7BD
(149,199,189)
#A4CFC5
(164,207,197)
#B3D7CD
(179,215,205)
#C2DFD5
(194,223,213)
#D1E7DD
(209,231,221)
#E0EFE5
(224,239,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A79D color. Also use rgb(89,167,157) instead hex code.

Text Font Color

.myTextColor { color: #59A79D; }

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

This text font color is #59A79D.


Background Color

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

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

This div background color is #59A79D.


Border color

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

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

This div border color is #59A79D.


Opacity

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

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

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

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

This text has shadow with #59A79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A79D on black background.


Color preview on white background

This text has color #59A79D on white background.



Black color preview on #59A79D background

This text has black color on #59A79D background.


White color preview on #59A79D background

This text has white color on #59A79D background.