COLOR #51B496

HEX: #51B496
RGB: (81,180,150)

Renk bilgisi

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

RGB renk modeli

#51B496 color RGB value is (81,180,150).

  • kırmız ton 81;
  • yeşil ton 180;
  • mavi ton 150.
RGB:
(81,180,150)
(32%,71%,59%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 180 of 255 = 71%
B 150 of 255 = 59%

81
180
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 180 + 150 = 411 (100%)
R 81 of 411 ~ 19.71%
G 180 of 411 ~ 43.8%
B 150 of 411 ~ 36.5%

%19.71
%43.8
%36.5

CMYK RENK MODELİ

#51B496 rengi CMYK tonu (55,0,17,29).

  • camgöbeği tonu 55.00%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 29.41%
CMYK:
(55,0,17,29)
C55M0Y17K29 
(55%,0%,17%,29%)
(0.55/0.00/0.17/0.29)	

CMYK yüzdeleri

%55
%0
%16.67
%29.41

Codes

Color #51B496 in popluar color models

51B496
RGB81180150
HSL162°39.76%51.18%
HSB/HSV162°55.00%70.59%
CMYK55.00%0.00%16.67%
29.41%

Color #51B496 in popluar number systems.

HEX51B496
Decimal81180150
Binary10100011011010010010110
Octal121264226

Shades and tints

Shades of #51B496

#51B496
(81,180,150)
#4AA489
(74,164,137)
#43947C
(67,148,124)
#3C846F
(60,132,111)
#357462
(53,116,98)
#2E6455
(46,100,85)
#275448
(39,84,72)
#20443B
(32,68,59)
#19342E
(25,52,46)
#122421
(18,36,33)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #51B496

#51B496
(81,180,150)
#60BA9F
(96,186,159)
#6FC0A8
(111,192,168)
#7EC6B1
(126,198,177)
#8DCCBA
(141,204,186)
#9CD2C3
(156,210,195)
#ABD8CC
(171,216,204)
#BADED5
(186,222,213)
#C9E4DE
(201,228,222)
#D8EAE7
(216,234,231)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B496 color. Also use rgb(81,180,150) instead hex code.

Text Font Color

.myTextColor { color: #51B496; }

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

This text font color is #51B496.


Background Color

.myBgColor { background-color: #51B496; }

<div style="background-color:#51B496">Inner text</div>

This div background color is #51B496.


Border color

.myBorderColor { border: 1px solid #51B496; }

<div style="border:3px solid #51B496">Div</div>

This div border color is #51B496.


Opacity

.myOpacity80 { color: #51B496; opacity: 0.8; }

<p style="color:#51B496;opacity:0.8;">80%</p>

Text with #51B496 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 #51B496;}

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

This text has shadow with #51B496 color.

.textShadow {text-shadow: 3px 3px 1px #51B496, 3px 3px 1px red;}

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

This text has shadow with #51B496 primary color and red secondary color.


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

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

This text has shadow with #51B496 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B496 on black background.


Color preview on white background

This text has color #51B496 on white background.



Black color preview on #51B496 background

This text has black color on #51B496 background.


White color preview on #51B496 background

This text has white color on #51B496 background.