Color Hex Logo

#76aeaa Color Hex

#76AEAA
(118,174,170)
0 Favorites   0 Comments

Color spaces of #76aeaa

RGB 118174170
HSL0.490.260.57
HSV176°32°68°
CMYK 0.320.000.02   0.32
XYZ29.863037.025943.6030
Yxy37.02590.27030.3351
Hunter Lab60.8489-18.88260.1083
CIE-Lab67.2965-19.1230-3.8028

#76aeaa color RGB value is (118,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 10101010
Octal 166 256 252
Decimal 118 174 170
Hex 76 AE AA

RGB Percentages of Color #76aeaa

%25.54
%37.66
%36.80

CMYK Percentages of Color #76aeaa

%32
%0
%2
%32

Triadic Colors of #76aeaa

#76aeaa #aa76ae #aeaa76

Analogous Colors of #76aeaa

#76aeaa #7696ae #76ae8e

Monochromatic Colors of #76aeaa

#76aeaa

Complementary Color

#76aeaa #ae767a

#76aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aeaa Color CSS Codes

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

#76aeaa Text Font Color

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

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


#76aeaa Background Color

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

This div background color is #76aeaa


#76aeaa Border Color

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

This div border color is #76aeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #76aeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aeaa


Comments

No comments written yet.

Please login to write comment.