Color Hex Logo

#73bbaa Color Hex

#73BBAA
(115,187,170)
0 Favorites   0 Comments

Color spaces of #73bbaa

RGB 115187170
HSL0.460.350.59
HSV166°39°73°
CMYK 0.390.000.09   0.27
XYZ32.096342.087844.4623
Yxy42.08780.27050.3547
Hunter Lab64.8751-25.22044.7780
CIE-Lab70.9314-26.52031.5022

#73bbaa color RGB value is (115,187,170).

#73bbaa hex color red value is 115, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #73bbaa hue: 0.46 , saturation: 0.35 and the lightness value of 73bbaa is 0.59.

The process color (four color CMYK) of #73bbaa color hex is 0.39, 0.00, 0.09, 0.27. Web safe color of #73bbaa is #66cc99. Color #73bbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111011 10101010
Octal 163 273 252
Decimal 115 187 170
Hex 73 BB AA

RGB Percentages of Color #73bbaa

%24.36
%39.62
%36.02

CMYK Percentages of Color #73bbaa

%39
%0
%9
%27

Triadic Colors of #73bbaa

#73bbaa #aa73bb #bbaa73

Analogous Colors of #73bbaa

#73bbaa #73a8bb #73bb86

Monochromatic Colors of #73bbaa

#73bbaa

Complementary Color

#73bbaa #bb7384

#73bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bbaa Color CSS Codes

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

#73bbaa Text Font Color

<p style="color:#73bbaa">Text here</p>

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


#73bbaa Background Color

<div style="background-color:#73bbaa">
Div content here</div>

This div background color is #73bbaa


#73bbaa Border Color

<div style="border:3px solid #73bbaa">
Div here</div>

This div border color is #73bbaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,187,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73bbaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73bbaa;
  -webkit-box-shadow: 1px 1px 3px 2px #73bbaa;
  box-shadow:         1px 1px 3px 2px #73bbaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,187,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 #73bbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bbaa


Comments

No comments written yet.

Please login to write comment.