Color Hex Logo

#76bbaa Color Hex

#76BBAA
(118,187,170)
0 Favorites   0 Comments

Color spaces of #76bbaa

RGB 118187170
HSL0.460.340.60
HSV165°37°73°
CMYK 0.370.000.09   0.27
XYZ32.497242.294544.4811
Yxy42.29450.27250.3546
Hunter Lab65.0342-24.61454.9717
CIE-Lab71.0735-25.68911.7263

#76bbaa color RGB value is (118,187,170).

#76bbaa hex color red value is 118, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #76bbaa hue: 0.46 , saturation: 0.34 and the lightness value of 76bbaa is 0.60.

The process color (four color CMYK) of #76bbaa color hex is 0.37, 0.00, 0.09, 0.27. Web safe color of #76bbaa is #66cc99. Color #76bbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111011 10101010
Octal 166 273 252
Decimal 118 187 170
Hex 76 BB AA

RGB Percentages of Color #76bbaa

%24.84
%39.37
%35.79

CMYK Percentages of Color #76bbaa

%37
%0
%9
%27

Triadic Colors of #76bbaa

#76bbaa #aa76bb #bbaa76

Analogous Colors of #76bbaa

#76bbaa #76aabb #76bb88

Monochromatic Colors of #76bbaa

#76bbaa

Complementary Color

#76bbaa #bb7687

#76bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bbaa Color CSS Codes

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

#76bbaa Text Font Color

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

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


#76bbaa Background Color

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

This div background color is #76bbaa


#76bbaa Border Color

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

This div border color is #76bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bbaa


Comments

No comments written yet.

Please login to write comment.