COLOR #59B6AF

HEX: #59B6AF
RGB: (89,182,175)

Renk bilgisi

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

RGB renk modeli

#59B6AF color RGB value is (89,182,175).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 182 of 255 = 71%
B 175 of 255 = 69%

89
182
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 182 + 175 = 446 (100%)
R 89 of 446 ~ 19.96%
G 182 of 446 ~ 40.81%
B 175 of 446 ~ 39.24%

%19.96
%40.81
%39.24

CMYK RENK MODELİ

#59B6AF rengi CMYK tonu (51,0,4,29).

  • camgöbeği tonu 51.10%
  • eflatun tonu 0.00%
  • sarı tonu 3.85%
  • ana renk tonu 28.63%
CMYK:
(51,0,4,29)
C51M0Y4K29 
(51%,0%,4%,29%)
(0.51/0.00/0.04/0.29)	

CMYK yüzdeleri

%51.1
%0
%3.85
%28.63

Codes

Color #59B6AF in popluar color models

59B6AF
RGB89182175
HSL175°38.91%53.14%
HSB/HSV175°51.10%71.37%
CMYK51.10%0.00%3.85%
28.63%

Color #59B6AF in popluar number systems.

HEX59B6AF
Decimal89182175
Binary10110011011011010101111
Octal131266257

Shades and tints

Shades of #59B6AF

#59B6AF
(89,182,175)
#51A6A0
(81,166,160)
#499691
(73,150,145)
#418682
(65,134,130)
#397673
(57,118,115)
#316664
(49,102,100)
#295655
(41,86,85)
#214646
(33,70,70)
#193637
(25,54,55)
#112628
(17,38,40)
#091619
(9,22,25)
#000000
(0,0,0)

Tints of #59B6AF

#59B6AF
(89,182,175)
#68BCB6
(104,188,182)
#77C2BD
(119,194,189)
#86C8C4
(134,200,196)
#95CECB
(149,206,203)
#A4D4D2
(164,212,210)
#B3DAD9
(179,218,217)
#C2E0E0
(194,224,224)
#D1E6E7
(209,230,231)
#E0ECEE
(224,236,238)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B6AF; }

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

This text font color is #59B6AF.


Background Color

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

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

This div background color is #59B6AF.


Border color

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

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

This div border color is #59B6AF.


Opacity

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

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

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

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

This text has shadow with #59B6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B6AF on black background.


Color preview on white background

This text has color #59B6AF on white background.



Black color preview on #59B6AF background

This text has black color on #59B6AF background.


White color preview on #59B6AF background

This text has white color on #59B6AF background.