Color Hex Logo

#51aeaa Color Hex

#51AEAA
(81,174,170)
0 Favorites   0 Comments

Color spaces of #51aeaa

RGB 81174170
HSL0.490.360.50
HSV177°53°68°
CMYK 0.530.000.02   0.32
XYZ25.785134.923743.4121
Yxy34.92370.24760.3354
Hunter Lab59.0963-25.5347-2.1870
CIE-Lab65.6892-28.4305-6.3585

#51aeaa color RGB value is (81,174,170).

#51aeaa hex color red value is 81, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #51aeaa hue: 0.49 , saturation: 0.36 and the lightness value of 51aeaa is 0.50.

The process color (four color CMYK) of #51aeaa color hex is 0.53, 0.00, 0.02, 0.32. Web safe color of #51aeaa is #669999. Color #51aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101110 10101010
Octal 121 256 252
Decimal 81 174 170
Hex 51 AE AA

RGB Percentages of Color #51aeaa

%19.06
%40.94
%40.00

CMYK Percentages of Color #51aeaa

%53
%0
%2
%32

Triadic Colors of #51aeaa

#51aeaa #aa51ae #aeaa51

Analogous Colors of #51aeaa

#51aeaa #5184ae #51ae7c

Monochromatic Colors of #51aeaa

#51aeaa

Complementary Color

#51aeaa #ae5155

#51aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aeaa Color CSS Codes

.mybgcolor {background-color:#51aeaa; } 
.myforecolor {color:#51aeaa; }
.mybordercolor {border:3px solid #51aeaa; }

#51aeaa Text Font Color

<p style="color:#51aeaa">Text here</p>

This sample text font color is #51aeaa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#51aeaa Background Color

<div style="background-color:#51aeaa">
Div content here</div>

This div background color is #51aeaa


#51aeaa Border Color

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

This div border color is #51aeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,174,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51aeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51aeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #51aeaa;
  box-shadow:         1px 1px 3px 2px #51aeaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,174,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #51aeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #51aeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #51aeaa;
  box-shadow:         1px 1px 3px 2px #51aeaa;">
Div content here</div>

This div box has shadow with color #51aeaa


Comments

No comments written yet.

Please login to write comment.