Color Hex Logo

#61ac99 Color Hex

#61AC99
(97,172,153)
0 Favorites   0 Comments

Color spaces of #61ac99

RGB 97172153
HSL0.460.310.53
HSV165°44°67°
CMYK 0.440.000.11   0.33
XYZ25.432134.346335.4261
Yxy34.34630.26710.3608
Hunter Lab58.6057-25.09955.1843
CIE-Lab65.2365-27.96302.5054

#61ac99 color RGB value is (97,172,153).

#61ac99 hex color red value is 97, green value is 172 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #61ac99 hue: 0.46 , saturation: 0.31 and the lightness value of 61ac99 is 0.53.

The process color (four color CMYK) of #61ac99 color hex is 0.44, 0.00, 0.11, 0.33. Web safe color of #61ac99 is #669999. Color #61ac99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 10011001
Octal 141 254 231
Decimal 97 172 153
Hex 61 AC 99

RGB Percentages of Color #61ac99

%22.99
%40.76
%36.26

CMYK Percentages of Color #61ac99

%44
%0
%11
%33

Triadic Colors of #61ac99

#61ac99 #9961ac #ac9961

Analogous Colors of #61ac99

#61ac99 #619aac #61ac74

Monochromatic Colors of #61ac99

#61ac99

Complementary Color

#61ac99 #ac6174

#61ac99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ac99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ac99 Color CSS Codes

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

#61ac99 Text Font Color

<p style="color:#61ac99">Text here</p>

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


#61ac99 Background Color

<div style="background-color:#61ac99">
Div content here</div>

This div background color is #61ac99


#61ac99 Border Color

<div style="border:3px solid #61ac99">
Div here</div>

This div border color is #61ac99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,172,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61ac99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61ac99;
  -webkit-box-shadow: 1px 1px 3px 2px #61ac99;
  box-shadow:         1px 1px 3px 2px #61ac99; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,172,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ac99


Comments

No comments written yet.

Please login to write comment.