#119280

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

Shades of Observatory #119280

Tints of Observatory #119280

Color information

#119280 (or 0x119280) is unknown color: approx Observatory. HEX triplet: 11, 92 and 80. RGB value is (17,146,128). Sum of RGB (Red+Green+Blue) = 17+146+128=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #119280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119280 is #EE6D7F. Grayscale: #696969. Windows color (decimal): -15625600 or 8426001. OLE color: 8426001.

HSL color Cylindrical-coordinate representation of color #119280: hue angle of 171.63º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119280 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB17146128-
CMYK0.8800.120.43
HSL171.63º79.14%31.96%-
HSV(B)171.63º88.36%57.25%-
XYZ14.4122.2423.95-
YUV105.38140.7664.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.84%
GREEN value IS 146 (57.42% from 255) = 50.17%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=5.84%
G=50.17%
B=43.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461280.8800.120.43171.6379.1431.96
Hex119280580C2Bac4f20
Octal212222001300145325411740
Binary100011001001010000000101100001100101011101011001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119280; }

 p { color: rgb(17,146,128); }

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

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

 a { background-color: rgb(17,146,128); }

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

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

 span { border-color: rgb(17,146,128); }

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