#0A927E

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

Shades of Observatory #0A927E

Tints of Observatory #0A927E

Color information

#0A927E (or 0x0A927E) is unknown color: approx Observatory. HEX triplet: 0A, 92 and 7E. RGB value is (10,146,126). Sum of RGB (Red+Green+Blue) = 10+146+126=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #0A927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A927E is #F56D81. Grayscale: #676767. Windows color (decimal): -16084354 or 8294922. OLE color: 8294922.

HSL color Cylindrical-coordinate representation of color #0A927E: hue angle of 171.18º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A927E is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB10146126-
CMYK0.9300.140.43
HSL171.18º87.18%30.59%-
HSV(B)171.18º93.15%57.25%-
XYZ14.1722.1323.26-
YUV103.06140.9461.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 146 (57.42% from 255) = 51.77%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=3.55%
G=51.77%
B=44.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101461260.9300.140.43171.1887.1830.59
HexA927E5D0E2Bab571f
Octal122221761350165325312737
Binary101010010010111111010111010111010101110101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,146,126); }

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

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

 a { background-color: rgb(10,146,126); }

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

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

 span { border-color: rgb(10,146,126); }

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