COLOR #57C596

HEX: #57C596
RGB: (87,197,150)

Renk bilgisi

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

RGB renk modeli

#57C596 color RGB value is (87,197,150).

  • kırmız ton 87;
  • yeşil ton 197;
  • mavi ton 150.
RGB:
(87,197,150)
(34%,77%,59%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 197 of 255 = 77%
B 150 of 255 = 59%

87
197
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 197 + 150 = 434 (100%)
R 87 of 434 ~ 20.05%
G 197 of 434 ~ 45.39%
B 150 of 434 ~ 34.56%

%20.05
%45.39
%34.56

CMYK RENK MODELİ

#57C596 rengi CMYK tonu (56,0,24,23).

  • camgöbeği tonu 55.84%
  • eflatun tonu 0.00%
  • sarı tonu 23.86%
  • ana renk tonu 22.75%
CMYK:
(56,0,24,23)
C56M0Y24K23 
(56%,0%,24%,23%)
(0.56/0.00/0.24/0.23)	

CMYK yüzdeleri

%55.84
%0
%23.86
%22.75

Codes

Color #57C596 in popluar color models

57C596
RGB87197150
HSL154°48.67%55.69%
HSB/HSV154°55.84%77.25%
CMYK55.84%0.00%23.86%
22.75%

Color #57C596 in popluar number systems.

HEX57C596
Decimal87197150
Binary10101111100010110010110
Octal127305226

Shades and tints

Shades of #57C596

#57C596
(87,197,150)
#50B489
(80,180,137)
#49A37C
(73,163,124)
#42926F
(66,146,111)
#3B8162
(59,129,98)
#347055
(52,112,85)
#2D5F48
(45,95,72)
#264E3B
(38,78,59)
#1F3D2E
(31,61,46)
#182C21
(24,44,33)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #57C596

#57C596
(87,197,150)
#66CA9F
(102,202,159)
#75CFA8
(117,207,168)
#84D4B1
(132,212,177)
#93D9BA
(147,217,186)
#A2DEC3
(162,222,195)
#B1E3CC
(177,227,204)
#C0E8D5
(192,232,213)
#CFEDDE
(207,237,222)
#DEF2E7
(222,242,231)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57C596 color. Also use rgb(87,197,150) instead hex code.

Text Font Color

.myTextColor { color: #57C596; }

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

This text font color is #57C596.


Background Color

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

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

This div background color is #57C596.


Border color

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

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

This div border color is #57C596.


Opacity

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

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

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

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

This text has shadow with #57C596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57C596 on black background.


Color preview on white background

This text has color #57C596 on white background.



Black color preview on #57C596 background

This text has black color on #57C596 background.


White color preview on #57C596 background

This text has white color on #57C596 background.