COLOR #51C6A7

HEX: #51C6A7
RGB: (81,198,167)

Renk bilgisi

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

RGB renk modeli

#51C6A7 color RGB value is (81,198,167).

  • kırmız ton 81;
  • yeşil ton 198;
  • mavi ton 167.
RGB:
(81,198,167)
(32%,78%,65%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 198 of 255 = 78%
B 167 of 255 = 65%

81
198
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 198 + 167 = 446 (100%)
R 81 of 446 ~ 18.16%
G 198 of 446 ~ 44.39%
B 167 of 446 ~ 37.44%

%18.16
%44.39
%37.44

CMYK RENK MODELİ

#51C6A7 rengi CMYK tonu (59,0,16,22).

  • camgöbeği tonu 59.09%
  • eflatun tonu 0.00%
  • sarı tonu 15.66%
  • ana renk tonu 22.35%
CMYK:
(59,0,16,22)
C59M0Y16K22 
(59%,0%,16%,22%)
(0.59/0.00/0.16/0.22)	

CMYK yüzdeleri

%59.09
%0
%15.66
%22.35

Codes

Color #51C6A7 in popluar color models

51C6A7
RGB81198167
HSL164°50.65%54.71%
HSB/HSV164°59.09%77.65%
CMYK59.09%0.00%15.66%
22.35%

Color #51C6A7 in popluar number systems.

HEX51C6A7
Decimal81198167
Binary10100011100011010100111
Octal121306247

Shades and tints

Shades of #51C6A7

#51C6A7
(81,198,167)
#4AB498
(74,180,152)
#43A289
(67,162,137)
#3C907A
(60,144,122)
#357E6B
(53,126,107)
#2E6C5C
(46,108,92)
#275A4D
(39,90,77)
#20483E
(32,72,62)
#19362F
(25,54,47)
#122420
(18,36,32)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #51C6A7

#51C6A7
(81,198,167)
#60CBAF
(96,203,175)
#6FD0B7
(111,208,183)
#7ED5BF
(126,213,191)
#8DDAC7
(141,218,199)
#9CDFCF
(156,223,207)
#ABE4D7
(171,228,215)
#BAE9DF
(186,233,223)
#C9EEE7
(201,238,231)
#D8F3EF
(216,243,239)
#E7F8F7
(231,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51C6A7 color. Also use rgb(81,198,167) instead hex code.

Text Font Color

.myTextColor { color: #51C6A7; }

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

This text font color is #51C6A7.


Background Color

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

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

This div background color is #51C6A7.


Border color

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

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

This div border color is #51C6A7.


Opacity

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

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

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

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

This text has shadow with #51C6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51C6A7 on black background.


Color preview on white background

This text has color #51C6A7 on white background.



Black color preview on #51C6A7 background

This text has black color on #51C6A7 background.


White color preview on #51C6A7 background

This text has white color on #51C6A7 background.