Color Hex Logo

#61cbaa Color Hex

#61CBAA
(97,203,170)
0 Favorites   0 Comments

Color spaces of #61cbaa

RGB 97203170
HSL0.450.500.59
HSV161°52°80°
CMYK 0.520.000.16   0.20
XYZ33.541448.155545.5573
Yxy48.15550.26360.3784
Hunter Lab69.3942-35.16259.6520
CIE-Lab74.9229-38.57607.1759

#61cbaa color RGB value is (97,203,170).

#61cbaa hex color red value is 97, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #61cbaa hue: 0.45 , saturation: 0.50 and the lightness value of 61cbaa is 0.59.

The process color (four color CMYK) of #61cbaa color hex is 0.52, 0.00, 0.16, 0.20. Web safe color of #61cbaa is #66cc99. Color #61cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001011 10101010
Octal 141 313 252
Decimal 97 203 170
Hex 61 CB AA

RGB Percentages of Color #61cbaa

%20.64
%43.19
%36.17

CMYK Percentages of Color #61cbaa

%52
%0
%16
%20

Triadic Colors of #61cbaa

#61cbaa #aa61cb #cbaa61

Analogous Colors of #61cbaa

#61cbaa #61b7cb #61cb75

Monochromatic Colors of #61cbaa

#61cbaa

Complementary Color

#61cbaa #cb6182

#61cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cbaa Color CSS Codes

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

#61cbaa Text Font Color

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

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


#61cbaa Background Color

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

This div background color is #61cbaa


#61cbaa Border Color

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

This div border color is #61cbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,203,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 #61cbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cbaa


Comments

No comments written yet.

Please login to write comment.