COLOR #51AE99

HEX: #51AE99
RGB: (81,174,153)

Renk bilgisi

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

RGB renk modeli

#51AE99 color RGB value is (81,174,153).

  • kırmız ton 81;
  • yeşil ton 174;
  • mavi ton 153.
RGB:
(81,174,153)
(32%,68%,60%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 174 of 255 = 68%
B 153 of 255 = 60%

81
174
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 174 + 153 = 408 (100%)
R 81 of 408 ~ 19.85%
G 174 of 408 ~ 42.65%
B 153 of 408 ~ 37.5%

%19.85
%42.65
%37.5

CMYK RENK MODELİ

#51AE99 rengi CMYK tonu (53,0,12,32).

  • camgöbeği tonu 53.45%
  • eflatun tonu 0.00%
  • sarı tonu 12.07%
  • ana renk tonu 31.76%
CMYK:
(53,0,12,32)
C53M0Y12K32 
(53%,0%,12%,32%)
(0.53/0.00/0.12/0.32)	

CMYK yüzdeleri

%53.45
%0
%12.07
%31.76

Codes

Color #51AE99 in popluar color models

51AE99
RGB81174153
HSL166°36.47%50.00%
HSB/HSV166°53.45%68.24%
CMYK53.45%0.00%12.07%
31.76%

Color #51AE99 in popluar number systems.

HEX51AE99
Decimal81174153
Binary10100011010111010011001
Octal121256231

Shades and tints

Shades of #51AE99

#51AE99
(81,174,153)
#4A9F8C
(74,159,140)
#43907F
(67,144,127)
#3C8172
(60,129,114)
#357265
(53,114,101)
#2E6358
(46,99,88)
#27544B
(39,84,75)
#20453E
(32,69,62)
#193631
(25,54,49)
#122724
(18,39,36)
#0B1817
(11,24,23)
#000000
(0,0,0)

Tints of #51AE99

#51AE99
(81,174,153)
#60B5A2
(96,181,162)
#6FBCAB
(111,188,171)
#7EC3B4
(126,195,180)
#8DCABD
(141,202,189)
#9CD1C6
(156,209,198)
#ABD8CF
(171,216,207)
#BADFD8
(186,223,216)
#C9E6E1
(201,230,225)
#D8EDEA
(216,237,234)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AE99 color. Also use rgb(81,174,153) instead hex code.

Text Font Color

.myTextColor { color: #51AE99; }

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

This text font color is #51AE99.


Background Color

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

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

This div background color is #51AE99.


Border color

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

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

This div border color is #51AE99.


Opacity

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

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

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

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

This text has shadow with #51AE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AE99 on black background.


Color preview on white background

This text has color #51AE99 on white background.



Black color preview on #51AE99 background

This text has black color on #51AE99 background.


White color preview on #51AE99 background

This text has white color on #51AE99 background.