Color Hex Logo

#76bcaa Color Hex

#76BCAA
(118,188,170)
0 Favorites   0 Comments

Color spaces of #76bcaa

RGB 118188170
HSL0.460.340.60
HSV165°37°74°
CMYK 0.370.000.10   0.26
XYZ32.710142.720344.5520
Yxy42.72030.27260.3561
Hunter Lab65.3608-25.05025.3386
CIE-Lab71.3647-26.18252.1496

#76bcaa color RGB value is (118,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111100 10101010
Octal 166 274 252
Decimal 118 188 170
Hex 76 BC AA

RGB Percentages of Color #76bcaa

%24.79
%39.50
%35.71

CMYK Percentages of Color #76bcaa

%37
%0
%10
%26

Triadic Colors of #76bcaa

#76bcaa #aa76bc #bcaa76

Analogous Colors of #76bcaa

#76bcaa #76abbc #76bc87

Monochromatic Colors of #76bcaa

#76bcaa

Complementary Color

#76bcaa #bc7688

#76bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bcaa Color CSS Codes

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

#76bcaa Text Font Color

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

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


#76bcaa Background Color

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

This div background color is #76bcaa


#76bcaa Border Color

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

This div border color is #76bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bcaa


Comments

No comments written yet.

Please login to write comment.