Color Hex Logo

#119990 Color Hex

#119990
(17,153,144)
0 Favorites   0 Comments

Color spaces of #119990

RGB 17153144
HSL0.490.800.33
HSV176°89°60°
CMYK 0.890.000.06   0.40
XYZ16.656424.915330.3168
Yxy24.91530.23170.3466
Hunter Lab49.9152-27.7873-1.0701
CIE-Lab56.9928-34.8221-4.7487

#119990 color RGB value is (17,153,144).

#119990 hex color red value is 17, green value is 153 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #119990 hue: 0.49 , saturation: 0.80 and the lightness value of 119990 is 0.33.

The process color (four color CMYK) of #119990 color hex is 0.89, 0.00, 0.06, 0.40. Web safe color of #119990 is #009999. Color #119990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011001 10010000
Octal 21 231 220
Decimal 17 153 144
Hex 11 99 90

RGB Percentages of Color #119990

%5.41
%48.73
%45.86

CMYK Percentages of Color #119990

%89
%0
%6
%40

Triadic Colors of #119990

#119990 #901199 #999011

Analogous Colors of #119990

#119990 #115e99 #11994c

Monochromatic Colors of #119990

#119990

Complementary Color

#119990 #99111a

#119990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119990 Color CSS Codes

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

#119990 Text Font Color

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

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


#119990 Background Color

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

This div background color is #119990


#119990 Border Color

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

This div border color is #119990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,153,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #119990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #119990;
  -webkit-box-shadow: 1px 1px 3px 2px #119990;
  box-shadow:         1px 1px 3px 2px #119990; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119990


Comments

No comments written yet.

Please login to write comment.