#0A917C

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

Shades of Observatory #0A917C

Tints of Observatory #0A917C

Color information

#0A917C (or 0x0A917C) is unknown color: approx Observatory. HEX triplet: 0A, 91 and 7C. RGB value is (10,145,124). Sum of RGB (Red+Green+Blue) = 10+145+124=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #0A917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A917C is #F56E83. Grayscale: #666666. Windows color (decimal): -16084612 or 8163594. OLE color: 8163594.

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

Color convert

RGB10145124-
CMYK0.9300.140.43
HSL170.67º87.1%30.39%-
HSV(B)170.67º93.1%56.86%-
XYZ13.8921.7722.54-
YUV102.24140.2762.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.58%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=3.58%
G=51.97%
B=44.44%

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
Decimal101451240.9300.140.43170.6787.130.39
HexA917C5D0E2Bab571e
Octal122211741350165325312736
Binary101010010001111110010111010111010101110101011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,145,124); }

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

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

 a { background-color: rgb(10,145,124); }

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

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

 span { border-color: rgb(10,145,124); }

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