Color Hex Logo

#76ab9a Color Hex

#76AB9A
(118,171,154)
0 Favorites   0 Comments

Color spaces of #76ab9a

RGB 118171154
HSL0.450.240.57
HSV161°31°67°
CMYK 0.310.000.10   0.33
XYZ27.866935.310535.9187
Yxy35.31050.28120.3563
Hunter Lab59.4226-20.28015.7573
CIE-Lab65.9897-21.23923.1694

#76ab9a color RGB value is (118,171,154).

#76ab9a hex color red value is 118, green value is 171 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #76ab9a hue: 0.45 , saturation: 0.24 and the lightness value of 76ab9a is 0.57.

The process color (four color CMYK) of #76ab9a color hex is 0.31, 0.00, 0.10, 0.33. Web safe color of #76ab9a is #669999. Color #76ab9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 10011010
Octal 166 253 232
Decimal 118 171 154
Hex 76 AB 9A

RGB Percentages of Color #76ab9a

%26.64
%38.60
%34.76

CMYK Percentages of Color #76ab9a

%31
%0
%10
%33

Triadic Colors of #76ab9a

#76ab9a #9a76ab #ab9a76

Analogous Colors of #76ab9a

#76ab9a #76a2ab #76ab80

Monochromatic Colors of #76ab9a

#76ab9a

Complementary Color

#76ab9a #ab7687

#76ab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76ab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76ab9a Color CSS Codes

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

#76ab9a Text Font Color

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

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


#76ab9a Background Color

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

This div background color is #76ab9a


#76ab9a Border Color

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

This div border color is #76ab9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,171,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76ab9a


Comments

No comments written yet.

Please login to write comment.