#118E7C

Color #118E7C Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #118E7C

Tints of Observatory #118E7C

Color information

#118E7C (or 0x118E7C) is unknown color: approx Observatory. HEX triplet: 11, 8E and 7C. RGB value is (17,142,124). Sum of RGB (Red+Green+Blue) = 17+142+124=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #118E7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E7C is #EE7183. Grayscale: #666666. Windows color (decimal): -15626628 or 8162833. OLE color: 8162833.

HSL color Cylindrical-coordinate representation of color #118E7C: hue angle of 171.36º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118E7C is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB17142124-
CMYK0.8800.130.44
HSL171.36º78.62%31.18%-
HSV(B)171.36º88.03%55.69%-
XYZ13.5420.9222.39-
YUV102.57140.0966.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.01%
GREEN value IS 142 (55.86% from 255) = 50.18%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=6.01%
G=50.18%
B=43.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171421240.8800.130.44171.3678.6231.18
Hex118E7C580D2Cab4f1f
Octal212161741300155425311737
Binary1000110001110111110010110000110110110010101011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118E7C; }

 p { color: rgb(17,142,124); }

 H1.HeaderClassName
 {
   color: #118E7C;
 }
 .AnyTagClassName
 {
   color: #118E7C;
 }
</style>
background-color css

<style>
 a { background-color: #118E7C; }

 a { background-color: rgb(17,142,124); }

 div.DivClassName
 {
   background-color: #118E7C;
 }
 .BgClassName
 {
   background-color: #118E7C;
 }
</style>
border-color css

<style>
 span { border-color: #118E7C; }

 span { border-color: rgb(17,142,124); }

 td.TdClassName
 {
   border-color: #118E7C;
 }
 .TagClassName
 {
   border-color: #118E7C;
 }
</style>