COLOR #51AE98

HEX: #51AE98
RGB: (81,174,152)

Color info

#51AE98 contains mainly green and blue colors. Web safe color of #51AE98 is #669999 (or #699).

RGB color model

#51AE98 color RGB value is (81,174,152).

  • red value is 81;
  • green value is 174;
  • blue value is 152.
RGB:
(81,174,152)
(32%,68%,60%)

RGB channels and saturation

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

81
174
152

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

Portions of RGB colors in percentages

R + G + B =
81 + 174 + 152 = 407 (100%)
R 81 of 407 ~ 19.9%
G 174 of 407 ~ 42.75%
B 152 of 407 ~ 37.35%

%19.9
%42.75
%37.35

CMYK color model

#51AE98 color CMYK value is (53,0,13,32).

  • cyan value is 53.45%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 31.76%
CMYK:
(53,0,13,32)
C53M0Y13K32 
(53%,0%,13%,32%)
(0.53/0.00/0.13/0.32)	

CMYK percentages

%53.45
%0
%12.64
%31.76

Codes

Color #51AE98 in popluar color models

51AE98
RGB81174152
HSL166°36.47%50.00%
HSB/HSV166°53.45%68.24%
CMYK53.45%0.00%12.64%
31.76%

Color #51AE98 in popluar number systems.

HEX51AE98
Decimal81174152
Binary10100011010111010011000
Octal121256230

Shades and tints

Shades of #51AE98

#51AE98
(81,174,152)
#4A9F8B
(74,159,139)
#43907E
(67,144,126)
#3C8171
(60,129,113)
#357264
(53,114,100)
#2E6357
(46,99,87)
#27544A
(39,84,74)
#20453D
(32,69,61)
#193630
(25,54,48)
#122723
(18,39,35)
#0B1816
(11,24,22)
#000000
(0,0,0)

Tints of #51AE98

#51AE98
(81,174,152)
#60B5A1
(96,181,161)
#6FBCAA
(111,188,170)
#7EC3B3
(126,195,179)
#8DCABC
(141,202,188)
#9CD1C5
(156,209,197)
#ABD8CE
(171,216,206)
#BADFD7
(186,223,215)
#C9E6E0
(201,230,224)
#D8EDE9
(216,237,233)
#E7F4F2
(231,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51AE98; }

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

This text font color is #51AE98.


Background Color

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

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

This div background color is #51AE98.


Border color

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

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

This div border color is #51AE98.


Opacity

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

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

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

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

This text has shadow with #51AE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AE98 on black background.


Color preview on white background

This text has color #51AE98 on white background.



Black color preview on #51AE98 background

This text has black color on #51AE98 background.


White color preview on #51AE98 background

This text has white color on #51AE98 background.