Color Hex Logo

#51aa9b Color Hex

#51AA9B
(81,170,155)
0 Favorites   0 Comments

Color spaces of #51aa9b

RGB 81170155
HSL0.470.350.49
HSV170°52°67°
CMYK 0.520.000.09   0.33
XYZ23.684532.865336.1057
Yxy32.86530.25560.3547
Hunter Lab57.3283-26.57932.7886
CIE-Lab64.0517-30.4118-0.4114

#51aa9b color RGB value is (81,170,155).

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

The process color (four color CMYK) of #51aa9b color hex is 0.52, 0.00, 0.09, 0.33. Web safe color of #51aa9b is #669999. Color #51aa9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101010 10011011
Octal 121 252 233
Decimal 81 170 155
Hex 51 AA 9B

RGB Percentages of Color #51aa9b

%19.95
%41.87
%38.18

CMYK Percentages of Color #51aa9b

%52
%0
%9
%33

Triadic Colors of #51aa9b

#51aa9b #9b51aa #aa9b51

Analogous Colors of #51aa9b

#51aa9b #518daa #51aa6f

Monochromatic Colors of #51aa9b

#51aa9b

Complementary Color

#51aa9b #aa5160

#51aa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aa9b Color CSS Codes

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

#51aa9b Text Font Color

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

This sample text font color is #51aa9b
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.


#51aa9b Background Color

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

This div background color is #51aa9b


#51aa9b Border Color

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

This div border color is #51aa9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aa9b


Comments

No comments written yet.

Please login to write comment.