COLOR #57AD88

HEX: #57AD88
RGB: (87,173,136)

Renk bilgisi

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

RGB renk modeli

#57AD88 color RGB value is (87,173,136).

  • kırmız ton 87;
  • yeşil ton 173;
  • mavi ton 136.
RGB:
(87,173,136)
(34%,68%,53%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 173 of 255 = 68%
B 136 of 255 = 53%

87
173
136

R + G + B ~ 52%. #57AD88 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 173 + 136 = 396 (100%)
R 87 of 396 ~ 21.97%
G 173 of 396 ~ 43.69%
B 136 of 396 ~ 34.34%

%21.97
%43.69
%34.34

CMYK RENK MODELİ

#57AD88 rengi CMYK tonu (50,0,21,32).

  • camgöbeği tonu 49.71%
  • eflatun tonu 0.00%
  • sarı tonu 21.39%
  • ana renk tonu 32.16%
CMYK:
(50,0,21,32)
C50M0Y21K32 
(50%,0%,21%,32%)
(0.50/0.00/0.21/0.32)	

CMYK yüzdeleri

%49.71
%0
%21.39
%32.16

Codes

Color #57AD88 in popluar color models

57AD88
RGB87173136
HSL154°34.40%50.98%
HSB/HSV154°49.71%67.84%
CMYK49.71%0.00%21.39%
32.16%

Color #57AD88 in popluar number systems.

HEX57AD88
Decimal87173136
Binary10101111010110110001000
Octal127255210

Shades and tints

Shades of #57AD88

#57AD88
(87,173,136)
#509E7C
(80,158,124)
#498F70
(73,143,112)
#428064
(66,128,100)
#3B7158
(59,113,88)
#34624C
(52,98,76)
#2D5340
(45,83,64)
#264434
(38,68,52)
#1F3528
(31,53,40)
#18261C
(24,38,28)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #57AD88

#57AD88
(87,173,136)
#66B492
(102,180,146)
#75BB9C
(117,187,156)
#84C2A6
(132,194,166)
#93C9B0
(147,201,176)
#A2D0BA
(162,208,186)
#B1D7C4
(177,215,196)
#C0DECE
(192,222,206)
#CFE5D8
(207,229,216)
#DEECE2
(222,236,226)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57AD88 color. Also use rgb(87,173,136) instead hex code.

Text Font Color

.myTextColor { color: #57AD88; }

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

This text font color is #57AD88.


Background Color

.myBgColor { background-color: #57AD88; }

<div style="background-color:#57AD88">Inner text</div>

This div background color is #57AD88.


Border color

.myBorderColor { border: 1px solid #57AD88; }

<div style="border:3px solid #57AD88">Div</div>

This div border color is #57AD88.


Opacity

.myOpacity80 { color: #57AD88; opacity: 0.8; }

<p style="color:#57AD88;opacity:0.8;">80%</p>

Text with #57AD88 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 #57AD88;}

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

This text has shadow with #57AD88 color.

.textShadow {text-shadow: 3px 3px 1px #57AD88, 3px 3px 1px red;}

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

This text has shadow with #57AD88 primary color and red secondary color.


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

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

This text has shadow with #57AD88 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57AD88 on black background.


Color preview on white background

This text has color #57AD88 on white background.



Black color preview on #57AD88 background

This text has black color on #57AD88 background.


White color preview on #57AD88 background

This text has white color on #57AD88 background.