Color Hex Logo

#79c4aa Color Hex

#79C4AA
(121,196,170)
0 Favorites   0 Comments

Color spaces of #79c4aa

RGB 121196170
HSL0.440.390.62
HSV159°38°77°
CMYK 0.380.000.13   0.23
XYZ34.880846.447145.1570
Yxy46.44710.27580.3672
Hunter Lab68.1521-27.90848.4214
CIE-Lab73.8347-29.24365.7391

#79c4aa color RGB value is (121,196,170).

#79c4aa hex color red value is 121, green value is 196 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #79c4aa hue: 0.44 , saturation: 0.39 and the lightness value of 79c4aa is 0.62.

The process color (four color CMYK) of #79c4aa color hex is 0.38, 0.00, 0.13, 0.23. Web safe color of #79c4aa is #66cc99. Color #79c4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11000100 10101010
Octal 171 304 252
Decimal 121 196 170
Hex 79 C4 AA

RGB Percentages of Color #79c4aa

%24.85
%40.25
%34.91

CMYK Percentages of Color #79c4aa

%38
%0
%13
%23

Triadic Colors of #79c4aa

#79c4aa #aa79c4 #c4aa79

Analogous Colors of #79c4aa

#79c4aa #79b9c4 #79c485

Monochromatic Colors of #79c4aa

#79c4aa

Complementary Color

#79c4aa #c47993

#79c4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79c4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79c4aa Color CSS Codes

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

#79c4aa Text Font Color

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

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


#79c4aa Background Color

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

This div background color is #79c4aa


#79c4aa Border Color

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

This div border color is #79c4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79c4aa


Comments

No comments written yet.

Please login to write comment.