COLOR #59B299

HEX: #59B299
RGB: (89,178,153)

Renk bilgisi

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

RGB renk modeli

#59B299 color RGB value is (89,178,153).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 178 of 255 = 70%
B 153 of 255 = 60%

89
178
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 178 + 153 = 420 (100%)
R 89 of 420 ~ 21.19%
G 178 of 420 ~ 42.38%
B 153 of 420 ~ 36.43%

%21.19
%42.38
%36.43

CMYK RENK MODELİ

#59B299 rengi CMYK tonu (50,0,14,30).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 14.04%
  • ana renk tonu 30.20%
CMYK:
(50,0,14,30)
C50M0Y14K30 
(50%,0%,14%,30%)
(0.50/0.00/0.14/0.30)	

CMYK yüzdeleri

%50
%0
%14.04
%30.2

Codes

Color #59B299 in popluar color models

59B299
RGB89178153
HSL163°36.63%52.35%
HSB/HSV163°50.00%69.80%
CMYK50.00%0.00%14.04%
30.20%

Color #59B299 in popluar number systems.

HEX59B299
Decimal89178153
Binary10110011011001010011001
Octal131262231

Shades and tints

Shades of #59B299

#59B299
(89,178,153)
#51A28C
(81,162,140)
#49927F
(73,146,127)
#418272
(65,130,114)
#397265
(57,114,101)
#316258
(49,98,88)
#29524B
(41,82,75)
#21423E
(33,66,62)
#193231
(25,50,49)
#112224
(17,34,36)
#091217
(9,18,23)
#000000
(0,0,0)

Tints of #59B299

#59B299
(89,178,153)
#68B9A2
(104,185,162)
#77C0AB
(119,192,171)
#86C7B4
(134,199,180)
#95CEBD
(149,206,189)
#A4D5C6
(164,213,198)
#B3DCCF
(179,220,207)
#C2E3D8
(194,227,216)
#D1EAE1
(209,234,225)
#E0F1EA
(224,241,234)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B299; }

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

This text font color is #59B299.


Background Color

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

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

This div background color is #59B299.


Border color

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

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

This div border color is #59B299.


Opacity

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

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

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

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

This text has shadow with #59B299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B299 on black background.


Color preview on white background

This text has color #59B299 on white background.



Black color preview on #59B299 background

This text has black color on #59B299 background.


White color preview on #59B299 background

This text has white color on #59B299 background.