COLOR #51AB8F

HEX: #51AB8F
RGB: (81,171,143)

Renk bilgisi

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

RGB renk modeli

#51AB8F color RGB value is (81,171,143).

  • kırmız ton 81;
  • yeşil ton 171;
  • mavi ton 143.
RGB:
(81,171,143)
(32%,67%,56%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 171 of 255 = 67%
B 143 of 255 = 56%

81
171
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 171 + 143 = 395 (100%)
R 81 of 395 ~ 20.51%
G 171 of 395 ~ 43.29%
B 143 of 395 ~ 36.2%

%20.51
%43.29
%36.2

CMYK RENK MODELİ

#51AB8F rengi CMYK tonu (53,0,16,33).

  • camgöbeği tonu 52.63%
  • eflatun tonu 0.00%
  • sarı tonu 16.37%
  • ana renk tonu 32.94%
CMYK:
(53,0,16,33)
C53M0Y16K33 
(53%,0%,16%,33%)
(0.53/0.00/0.16/0.33)	

CMYK yüzdeleri

%52.63
%0
%16.37
%32.94

Codes

Color #51AB8F in popluar color models

51AB8F
RGB81171143
HSL161°35.71%49.41%
HSB/HSV161°52.63%67.06%
CMYK52.63%0.00%16.37%
32.94%

Color #51AB8F in popluar number systems.

HEX51AB8F
Decimal81171143
Binary10100011010101110001111
Octal121253217

Shades and tints

Shades of #51AB8F

#51AB8F
(81,171,143)
#4A9C82
(74,156,130)
#438D75
(67,141,117)
#3C7E68
(60,126,104)
#356F5B
(53,111,91)
#2E604E
(46,96,78)
#275141
(39,81,65)
#204234
(32,66,52)
#193327
(25,51,39)
#12241A
(18,36,26)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #51AB8F

#51AB8F
(81,171,143)
#60B299
(96,178,153)
#6FB9A3
(111,185,163)
#7EC0AD
(126,192,173)
#8DC7B7
(141,199,183)
#9CCEC1
(156,206,193)
#ABD5CB
(171,213,203)
#BADCD5
(186,220,213)
#C9E3DF
(201,227,223)
#D8EAE9
(216,234,233)
#E7F1F3
(231,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AB8F color. Also use rgb(81,171,143) instead hex code.

Text Font Color

.myTextColor { color: #51AB8F; }

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

This text font color is #51AB8F.


Background Color

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

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

This div background color is #51AB8F.


Border color

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

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

This div border color is #51AB8F.


Opacity

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

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

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

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

This text has shadow with #51AB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AB8F on black background.


Color preview on white background

This text has color #51AB8F on white background.



Black color preview on #51AB8F background

This text has black color on #51AB8F background.


White color preview on #51AB8F background

This text has white color on #51AB8F background.