Color Hex Logo

#79ccaa Color Hex

#79CCAA
(121,204,170)
0 Favorites   0 Comments

Color spaces of #79ccaa

RGB 121204170
HSL0.430.450.64
HSV155°41°80°
CMYK 0.410.000.17   0.20
XYZ36.733750.153045.7746
Yxy50.15300.27690.3781
Hunter Lab70.8188-31.344911.2503
CIE-Lab76.1631-33.05009.0767

#79ccaa color RGB value is (121,204,170).

#79ccaa hex color red value is 121, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #79ccaa hue: 0.43 , saturation: 0.45 and the lightness value of 79ccaa is 0.64.

The process color (four color CMYK) of #79ccaa color hex is 0.41, 0.00, 0.17, 0.20. Web safe color of #79ccaa is #66cc99. Color #79ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001100 10101010
Octal 171 314 252
Decimal 121 204 170
Hex 79 CC AA

RGB Percentages of Color #79ccaa

%24.44
%41.21
%34.34

CMYK Percentages of Color #79ccaa

%41
%0
%17
%20

Triadic Colors of #79ccaa

#79ccaa #aa79cc #ccaa79

Analogous Colors of #79ccaa

#79ccaa #79c5cc #79cc81

Monochromatic Colors of #79ccaa

#79ccaa

Complementary Color

#79ccaa #cc799b

#79ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ccaa Color CSS Codes

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

#79ccaa Text Font Color

<p style="color:#79ccaa">Text here</p>

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


#79ccaa Background Color

<div style="background-color:#79ccaa">
Div content here</div>

This div background color is #79ccaa


#79ccaa Border Color

<div style="border:3px solid #79ccaa">
Div here</div>

This div border color is #79ccaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,204,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79ccaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79ccaa;
  -webkit-box-shadow: 1px 1px 3px 2px #79ccaa;
  box-shadow:         1px 1px 3px 2px #79ccaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,204,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 #79ccaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ccaa


Comments

No comments written yet.

Please login to write comment.