#0F927C

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

Shades of Observatory #0F927C

Tints of Observatory #0F927C

Color information

#0F927C (or 0x0F927C) is unknown color: approx Observatory. HEX triplet: 0F, 92 and 7C. RGB value is (15,146,124). Sum of RGB (Red+Green+Blue) = 15+146+124=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #0F927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F927C is #F06D83. Grayscale: #686868. Windows color (decimal): -15756676 or 8163855. OLE color: 8163855.

HSL color Cylindrical-coordinate representation of color #0F927C: hue angle of 169.92º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F927C is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB15146124-
CMYK0.9000.150.43
HSL169.92º81.37%31.57%-
HSV(B)169.92º89.73%57.25%-
XYZ14.1122.1122.59-
YUV104.32139.164.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.26%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=5.26%
G=51.23%
B=43.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151461240.9000.150.43169.9281.3731.57
HexF927C5A0F2Baa5120
Octal172221741320175325212140
Binary1111100100101111100101101001111101011101010101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F927C; }

 p { color: rgb(15,146,124); }

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

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

 a { background-color: rgb(15,146,124); }

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

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

 span { border-color: rgb(15,146,124); }

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