COLOR #51B088

HEX: #51B088
RGB: (81,176,136)

Renk bilgisi

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

RGB renk modeli

#51B088 color RGB value is (81,176,136).

  • kırmız ton 81;
  • yeşil ton 176;
  • mavi ton 136.
RGB:
(81,176,136)
(32%,69%,53%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 176 of 255 = 69%
B 136 of 255 = 53%

81
176
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 176 + 136 = 393 (100%)
R 81 of 393 ~ 20.61%
G 176 of 393 ~ 44.78%
B 136 of 393 ~ 34.61%

%20.61
%44.78
%34.61

CMYK RENK MODELİ

#51B088 rengi CMYK tonu (54,0,23,31).

  • camgöbeği tonu 53.98%
  • eflatun tonu 0.00%
  • sarı tonu 22.73%
  • ana renk tonu 30.98%
CMYK:
(54,0,23,31)
C54M0Y23K31 
(54%,0%,23%,31%)
(0.54/0.00/0.23/0.31)	

CMYK yüzdeleri

%53.98
%0
%22.73
%30.98

Codes

Color #51B088 in popluar color models

51B088
RGB81176136
HSL155°37.55%50.39%
HSB/HSV155°53.98%69.02%
CMYK53.98%0.00%22.73%
30.98%

Color #51B088 in popluar number systems.

HEX51B088
Decimal81176136
Binary10100011011000010001000
Octal121260210

Shades and tints

Shades of #51B088

#51B088
(81,176,136)
#4AA07C
(74,160,124)
#439070
(67,144,112)
#3C8064
(60,128,100)
#357058
(53,112,88)
#2E604C
(46,96,76)
#275040
(39,80,64)
#204034
(32,64,52)
#193028
(25,48,40)
#12201C
(18,32,28)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #51B088

#51B088
(81,176,136)
#60B792
(96,183,146)
#6FBE9C
(111,190,156)
#7EC5A6
(126,197,166)
#8DCCB0
(141,204,176)
#9CD3BA
(156,211,186)
#ABDAC4
(171,218,196)
#BAE1CE
(186,225,206)
#C9E8D8
(201,232,216)
#D8EFE2
(216,239,226)
#E7F6EC
(231,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B088 color. Also use rgb(81,176,136) instead hex code.

Text Font Color

.myTextColor { color: #51B088; }

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

This text font color is #51B088.


Background Color

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

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

This div background color is #51B088.


Border color

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

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

This div border color is #51B088.


Opacity

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

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

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

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

This text has shadow with #51B088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B088 on black background.


Color preview on white background

This text has color #51B088 on white background.



Black color preview on #51B088 background

This text has black color on #51B088 background.


White color preview on #51B088 background

This text has white color on #51B088 background.