Color Hex Logo

#12736f Color Hex

#12736F
(18,115,111)
0 Favorites   0 Comments

Color spaces of #12736f

RGB 18115111
HSL0.490.730.26
HSV178°84°45°
CMYK 0.840.000.03   0.55
XYZ9.249413.537817.1645
Yxy13.53780.23150.3389
Hunter Lab36.7937-19.5168-1.9035
CIE-Lab43.5627-26.7529-5.3464

#12736f color RGB value is (18,115,111).

#12736f hex color red value is 18, green value is 115 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #12736f hue: 0.49 , saturation: 0.73 and the lightness value of 12736f is 0.26.

The process color (four color CMYK) of #12736f color hex is 0.84, 0.00, 0.03, 0.55. Web safe color of #12736f is #006666. Color #12736f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110011 01101111
Octal 22 163 157
Decimal 18 115 111
Hex 12 73 6F

RGB Percentages of Color #12736f

%7.38
%47.13
%45.49

CMYK Percentages of Color #12736f

%84
%0
%3
%55

Triadic Colors of #12736f

#12736f #6f1273 #736f12

Analogous Colors of #12736f

#12736f #124673 #12733f

Monochromatic Colors of #12736f

#12736f

Complementary Color

#12736f #731216

#12736f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12736f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12736f Color CSS Codes

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

#12736f Text Font Color

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

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


#12736f Background Color

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

This div background color is #12736f


#12736f Border Color

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

This div border color is #12736f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,115,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12736f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12736f;
  -webkit-box-shadow: 1px 1px 3px 2px #12736f;
  box-shadow:         1px 1px 3px 2px #12736f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,115,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12736f


Comments

No comments written yet.

Please login to write comment.